平常枫叶

文章
6
资源
0
加入时间
2年10月17天

Ajax请求传递中文参数

Ajax请求传递中文参数,java后台获取中文参数并解码的办法。自己记录下,备忘。前端:$.ajax({            method: "POST",//encodeURI            url: "http://172.16.162.212:8080/mybgi/bgiController/queryRptdy.do?user="+encodeURI(encodeUR...