标签: java
word = word.substring(word.length()/ 2-2)+ word.substring(word.length()/ 2 + 2);
它没有按计划工作。它需要将两个字符紧接在字符串中间的左边,将两个字符紧接在字符串中间的右边。