标签:
char
buf[10];
sprintf
(buf,
"%d"
, 100);
string b = buf;
string 转 int,int 转 string
原文地址:http://www.cnblogs.com/zhxshseu/p/5293998.html