2013年9月27日 星期五

JAVA計算字元個數

public class SampleD3L2 {
 public static void main(String args[]) {
  String strMessage ;
  strMessage = "利用String類別來顯示訊息。";
  System.out.println(strMessage);  System.out.println("strMessage中共含有" + strMessage.length() + "個字元。"); }
}

沒有留言:

張貼留言