字符串操作:int 转 string

        strstream ss;
        string ch;
        ss<<i;
        ss>>ch;    
原文地址:https://www.cnblogs.com/superxuezhazha/p/6391849.html