toUpperCase(ch[i + 1]); continue; } // If not space, copy character else ch[res_ind++] = ch[i]; } // new string will be reduced by the // size ...
確定! 回上一頁