String str = new String("暗示大家".getBytes(),"UTF-8");重新用utf-8编码或者用URLDecoder.decode("xxxxxx", "UTF-8");重新用utf-8解码
URLDecoder.decode(content,"utf-8")