String str = "Hello World Java"; /** * 字串用length()方法取得長度*/ int lenStr = str.length();//此處lenStr=16 System.out.println("Str ...
確定! 回上一頁