摘要:
AJAX Post后中文接收显示的乱码问题解决方法:使用escape() 函数解决方法很简单:使用javascript中的 escape(string) 函数 http_request.open("POST",url,true); http_request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); ... 阅读全文
posted @ 2007-08-29 04:19
叶川
阅读(515)
评论(0)
推荐(0)

浙公网安备 33010602011771号