URL访问java时。
注意:
URL:
编码二次
URLEncoder.encode(URLEncoder.encode(searchKey, "utf-8"),"utf-8");
解码一次
JAVA
URLDecoder.decode(statis.getCarCode(),"UTF-8")