wq1194165366 发表于 2016-8-14 00:03 String s ="abcdef"; s.subString(0,1).toUpper.concat(subString(1)); 我想这样就能实现将首字母大写,其他 ...