健康飞鸟

文章
3
资源
0
加入时间
3年0月20天

C++string字符串的连接、遍历、初始化

#include <iostream> #include "string" using namespace std; //字符串初始化 void strInit() { cout << "字符串初始化:" <<endl; string s1 = &am