定义字符串 //1 string str;//2 char *str1=new char[s.length()+1];//定义指定长度的字符数组,然后转换为string str=string(str1)