随笔分类 -  代码片段

摘要:public class HttpClass { internal static HttpWebRequest _httpWebRequest; public static void Request() { _httpWebRequest = null; _httpWebRequest = (HttpWebRequest)WebRequest.Create("http://wcf.open.cnblogs.com/blog/sitehome/paged/1/2"); _httpW... 阅读全文
posted @ 2013-07-24 15:02 haiziguo 阅读(1920) 评论(0) 推荐(0)
摘要:$(document).ready(function () { $("#").change(function () { alert("adf"); $.ajax({ ... 阅读全文
posted @ 2013-01-04 23:58 haiziguo 阅读(464) 评论(0) 推荐(0)