修改class中的中文
你直接改class??
修改java文件可以这样吧 :(例如new String(bys,offset,length,"utf8"))
String
public String(byte[] bytes,
              String charsetName)
       throws UnsupportedEncodingException
Constructs a new String by decoding the specified array of bytes using the specified charset. The length of the new String is a function of the charset, and hence may not be equal to the length of the byte array.