摘要: C 库函数 – strtok() | 菜鸟教程 (runoob.com) 阅读全文
posted @ 2022-07-28 10:54 夏莱发电厂的Sensei 阅读(17) 评论(0) 推荐(0)
摘要: #include<iostream> using namespace std; int main() { string str="hello"; string s="Hahah"; str.insert(1,s);//在原串下标为1的字符e前插入字符串s cout<<str<<endl; strin 阅读全文
posted @ 2022-07-28 10:35 夏莱发电厂的Sensei 阅读(50) 评论(0) 推荐(0)