摘要:
#include<iostream> #include<string> using namespace std; int main(){ string str("abcde"); //字符串初始化 str[1]='a'; //用str[]修改单个字符 cout<<str<<endl; str.at( 阅读全文
posted @ 2018-09-17 22:35
yogurt_莹
阅读(345)
评论(0)
推荐(0)
2018年9月17日