摘要: c++ stl中的stringstream可以方便的将各种类型值转换成string。头文件 #include 样例:#include #include using namespace std;int main(){ int a = 10; long long b = ... 阅读全文
posted @ 2018-04-15 16:36 Assassin_poi君 阅读(426) 评论(0) 推荐(0)