int simple_atoi(char *source) //字符串转整形 { // for(int i=0;source[i]!='';i++) printf("source[%d]: %c ",i,source[i]); //输出每个数字字符 ...
確定! 回上一頁