🌈 搜索
📅  最后修改于: 2022-03-11 14:44:45.643000             🧑  作者: Mango
int a = 10; char *intStr = itoa(a); string str = string(intStr);