求高手 xmltttp问题
asp吧
全部回复
仅看楼主
level 1
350198589
楼主
我用post方式向远程服务器提交中文字符 发现服务器不能接收 怎么解决啊?
2007年10月29日 03点10分
1
level 5
liudaijun
用 escape 编码就行了 如:xmltttp.open("GET","http://www.***.com/***.asp?username="+escape(username),true);
2007年10月29日 04点10分
3
level 1
350198589
楼主
谢了
2007年10月29日 09点10分
4
1