标签:
没有使用其他的东西 , 数据传送是最基本的。
前台:
var info = $(‘#dataForm‘).serialize() ;
alert(decodeURIComponent(info,true))
String s = new String(request.getParameter("name").getBytes("ISO8859-1"), "UTF-8");
这样得到的数据 编码就是对的 。
标签:
原文地址:http://www.cnblogs.com/lishupeng/p/5693460.html