String str1; // 相當於String str1= null; // 輸出null字串System.out.println(str1); // 呼叫length()方法int len = str1.length(); 第5 行程式碼不會 ...
確定! 回上一頁