转码utf-8
URLEncoder.encode(card, "UTF-8");
解码
URLDecoder.decode(msg, "UTF-8")