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