03、C++数字转字符串

std::string to_string(int);

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