Java String 类 StringBuilder

s.toCharArray

用来写for each 例: for(char c : s.toCharArray()){

}

Last updated

Was this helpful?