欢马劈雪 最近更新时间:2020-01-02 10:19:05
String str = "Break down into chars"; System.out.println(str); for (char chr:str.toCharArray()){ /** from N o w J a v a . c o m**/ System.out.println(chr); }