strtod

  • strtod函数详解

    strtod是C语言中的标准函数,主要用来把字符串转换成double类型的浮点数。它的原型如下: double strtod(const char *nptr, char **en…

    编程 2024-11-05