URL参数 UTF-8编码

584

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