其它进制转为十进制 在实现这个需求之前,先简单介绍一个c标准库中的一个函数: long strtol( const char *str, char **str_end, int base); 参数详细说明请 参考文档 注意:这个函数在c标准库stdlib中,所以需要 #include 用法参考 #include #include #include int main(void) { // parsing with error handling const char *p = 10 200000000000