URL参数 UTF-8编码 Administrator 2022-04-19 URL参数 UTF-8编码 url编码 java 584 转码utf-8 URLEncoder.encode(card, "UTF-8"); 解码 URLDecoder.decode(msg, "UTF-8")