segment.load(action_path + '?' + $( this ).serialize());
以上是我的代码我想在load方法的请求中设置以下参数。
contentType: 'application/x-www-form-urlencoded;charset=UTF-8,ISO-8859-6;'dataType:'html'
这样我就可以接受在IE中正确呈现的阿拉伯字符。
我不能使用$ .ajax()方法,因为该段是一个对象,作为回应我得到了html 内容。
非常感谢帮助。