URL访问java时。
注意:
URL:
编码二次
URLEncoder.encode(URLEncoder.encode(searchKey, "utf-8"),"utf-8");
解码一次
JAVA
URLDecoder.decode(statis.getCarCode(),"UTF-8")
URL访问java时。
注意:
URL:
编码二次
URLEncoder.encode(URLEncoder.encode(searchKey, "utf-8"),"utf-8");
解码一次
JAVA
URLDecoder.decode(statis.getCarCode(),"UTF-8")
转载于:https://www.cnblogs.com/liuying1995/p/5704517.html