摘要: 字符串转int型: 方法1,Use C standard library #include <iostream> #include <cstdlib> #include <string> int main() { std::string text = "123"; int n = std::atoi 阅读全文
posted @ 2018-12-03 22:24 云淡风轻2号 阅读(2807) 评论(0) 推荐(0)