我必须使用charAt()函数比较两个字符串,如果字符串相同则返回true,否则返回false public static boolean comparaStringhe(String word1, String word2) { if ...
確定! 回上一頁