string初始化为空:string s = "";
其他类型转换成string:to_string()函数
stirng转换成int:int a = atoi(s.c_str());
substr substr(a,b) a起始位置,b长度