串s为"abc123def",SubStr(s,1,3)=?
substr( string str , int start , int length),里面参数分别是字符串、起始截取位置、截取长度,所以答案就是abc