03、C++数字转字符串

std::string to_string(int);

// 例子
string str = to_string(x);
posted @ 2023-03-07 12:38  摩天仑  阅读(83)  评论(0)    收藏  举报