歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux編程 >> Linux編程

Java 正確遍歷字符串

Java字符串是一系列的Unicode字符序列,但是,它卻常常被誤認為是char序列。於是,我們經常這樣來遍歷字符串:

package testchar;

public class TestChar2 {
 public static void main(String[] args) {
  String s = "Aß東   

Copyright © Linux教程網 All Rights Reserved