counter
counter
摘要: 1.get方法:对指定的URL进行一个GET请求,该方法带两个参数:URL和回调函数 http.get(sURL,fnCallBack) { var bHttpSupport=(typeof XMLHttpRequest=="Object"||"Window.ActiveXObject") if(bHttpSpupport) { var ORequest= new XMLHttpRequest(); ORequest.open("get",sURL,true); ORequest.OnReadyStateChange=func... 阅读全文
posted @ 2012-08-08 15:32 bfy 阅读(477) 评论(0) 推荐(0)