2014年6月9日
摘要: 在JQuery的Ajax POST请求中,进行请求,其中的中文在后台,显示为乱码,在FF/Chrome中,可以正常传递中文,但是在IE下,则存在问题。var regid = $('#oregion').combobox('getValue'); //var sname = $('#sname').v... 阅读全文
posted @ 2014-06-09 12:01 Ganymede505 阅读(356) 评论(0) 推荐(0)
摘要: jquery的ajax()函数传值中文乱码解决方法介绍,需要的朋友可以参考下$.ajax({ dataType : 'json', type : 'POST', url : 'http://localhost/test/test.do', data : {id: 1, type: '商... 阅读全文
posted @ 2014-06-09 11:59 Ganymede505 阅读(212) 评论(0) 推荐(0)