int tolower ( int c ); tolower() 函数用来将大写字母转换为小写字母。 ... int i=0;; char str[]="Java C++ Python GoLang\n";; char c;; while (str[i]) ...
確定! 回上一頁