摘要: 截取自http://www.cnblogs.com/yhql/archive/2011/08/08/2131420.htmlA callback is a function that is passed as an argument to another function and is execut... 阅读全文
posted @ 2014-04-25 02:46 选择了就坚持 阅读(372) 评论(0) 推荐(0)
摘要: 什么是Ajax?Ajax是异步交互过程1.局部刷新 2.按需取数据无刷新读取数据。Ajax能且仅能从服务器读取文件。怎么写一个Ajax库:1。创建对象 2。请求 3。响应一个简单的ajax库:function ajax(url){//1.创建Ajax对象var oajax=new XMLHttpRe... 阅读全文
posted @ 2014-04-25 02:20 选择了就坚持 阅读(100) 评论(0) 推荐(0)