首页 > TAG信息列表 > hanggoash

关于字符串的一些实用STL

水经验のBlog罢了啊 寻找子串:(int) find(str,pos) 函数 可以用来查找字符串中一个字符/字符串在(含)pos(不传参数默认为0)之后第一次出现的位置;如果没有出现,则返回-1 用s.find调用, 例如;s=hanggoash,find("gg",0)=3 截取子串:(string) string t; string s=substr(pos,len); 从t中po