🌈 搜索
📅  最后修改于: 2022-03-11 14:44:50.856000             🧑  作者: Mango
#include int i = 5; std::string s; std::stringstream out; out << i; s = out.str();