重要雪糕

文章
4
资源
0
加入时间
2年10月18天

[模板] 字符串处理函数

1.字符串分割函数substr string st = *it; len = st.length(); for(int j = 1; j < len - 1; j++) { fst = st.substr(0, j); 字符串.substr(开始地址, 抽取宽度) lst = st.sub...