long int strtol (const char* str, char** endptr, int base);. strtol() 函数用来将字符串转换为长整型数(long). str 为要转换的 ...
確定! 回上一頁