小编Ale*_*ex 的帖子

字符串到整数

我不能用C++做到这一点

string temp = "123";
int t = atoi(temp);
Run Code Online (Sandbox Code Playgroud)

为什么????

c++ string

2
推荐指数
2
解决办法
826
查看次数

标签 统计

c++ ×1

string ×1