unsigned long long int strtoull(const char *nptr, char **endptr, int base);. 说明,第一个参数nptr是要转化的字符串。第三个参数base说明nptr的进制。base 取值 ...
確定! 回上一頁