摘要: fiddler使用http://www.cnblogs.com/TankXiao/archive/2012/02/13/2342672.htmlfiddler使用requestbuilder进行连接http://www.vimer.cn/2010/08/%E6%9C%80%E8%BF%91%E6%80%BB%E7%BB%93%E7%9A%84%E4%B8%80%E4%BA%9B%E6%8A%80%E5%B7%A7vimpythonsvnfiddler%E7%AD%89.html 阅读全文
posted @ 2012-03-21 18:30 bielidefeng 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Page_Load中指给客户端输出一个字符串 而不是所有的html内容也输出 出去http://topic.csdn.net/u/20080113/22/1396117e-2a74-4287-a318-6d11bb218d83.html输出之后会发现在客户端接收的时候 responseText有值 但是responseXML没值 解决方法:在Page_Load中 设置this.Response.ContentType = "text/xml";就ok了 阅读全文
posted @ 2012-03-21 10:56 bielidefeng 阅读(110) 评论(0) 推荐(0) 编辑