一、int转string. 1.c++11标准增加了全局函数std::to_string: string to_string (int val);. string to_string (long val);. string to_string (long ...
確定! 回上一頁