C++ string 類中substr的使用方法

#include<string> #include<iostream> using namespace std; int main() { string x="Hello_World"; /*默認截取從0到npos.重載原型爲string substr(_off=0,_count=npos);npos通常表示爲string類中不存在的位置,_off表示字符串的開始位置,_count
相關文章
相關標籤/搜索