$.ajax提交,后台接受到的值总是乱码?明天再总结
摘要://首先说明,我的服务器和页面编码都是GBK,所以尝试了很多种GBK的方式前台:function printFunction(){ window.print(); $.ajax({ url : '/tpzssearch/handleRecordLog.action', type : 'post', //各种尝试 //processData : true, ...
阅读全文
posted @ 2013-12-24 00:22