8.3
8.3 默认参数
函数原型必须将默认参数告知程序, 定义不需要
char *left(const char * str, int n = 1);
必须从右向左添加默认值, 要为某个参数设置默认值, 必须为它右边所有的参数提供默认值