for (int i = 0; i < str.length; i++) { str[i] = str[i]; } 没看懂这个是干嘛的