C++中string型转int型

来源:互联网 发布:天音淘宝复制软件 编辑:程序博客网 时间:2024/06/10 22:54

头文件为
转换函数atoi()
这里写图片描述

1 0