1,静态数据成员 2,string类常用操作函数 其中s6.resize(10 , 'A')处由于resize现在设置LENGTH变为10,之前是6所以后面四个用'A'填充 3,string类查找和比较 4,string类运算符及大小写转换