摘要: 1、string-->int 1.1 C++风格--流 1 include<sstream> 2 3 stringstream stream; 4 int num = 0; 5 string text("123"); 6 stream << text; 7 stream >> num; 8 stre 阅读全文
posted @ 2020-08-14 10:16 运运翻牌了Howardy 阅读(531) 评论(0) 推荐(0)