【C++】C++中substr的用法. substr有2种用法: 假设:string s = “0123456789”; string sub1 = s.substr(5); //只有一个数字5表示从下标为5开始一直到 ...
確定! 回上一頁