摘要: 1 #include <iostream> 2 #include<string> 3 4 using namespace std; 27 int main(){ 28 29 //C++标准库中的string类型 30 string name("张三"); 31 cout<<name<<endl; 3 阅读全文
posted @ 2020-03-18 10:29 萌萌~ 阅读(174) 评论(0) 推荐(0)