标签: java
{ // TODO Auto-generated method stub StringBuilder s = new StringBuilder ("1234S" ); int t = s.charAt(4); t =t+2; s.setCharAt(3, 't'); } }