//uri 编码遇到中文就不正确,哪位大哥帮我解决一下?万分感谢
//ds = new DataSet
ds.readXml("http://www.abc.com/db.php?sql=select * from student where s_name = '张三'");
//读取失败,同样的uri地址我直接在IE地址栏输入,读取正确
...全文
665打赏收藏
uri 编码的问题!
//uri 编码遇到中文就不正确,哪位大哥帮我解决一下?万分感谢 //ds = new DataSet ds.readXml("http://www.abc.com/db.php?sql=select * from student where s_name = '张三'"); //读取失败,同样的uri地址我直接在IE地址栏输入,读取正确