string转double

来源:互联网 发布:elliott smith 知乎 编辑:程序博客网 时间:2024/05/17 20:26

string str = "423324.23";

double a=atof(str.c_str());

0 0
原创粉丝点击