utf-8的页面,ajax提交参数时,IE接受的是乱码,foxfire正常。
解决:(角摩网http://www.joymo.cn)http://www.joymo.cn
给ajax提交的中文参数使用encodeURIComponent()即可。