c++字符串初始化

#include<string>

 string s1 = "abcdefg";  

 string s2("abcdefg"); 

posted @ 2017-04-01 18:20  有梦就要去实现他  阅读(989)  评论(0)    收藏  举报