
ajax
维克多噗噗
!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ajax
Ajax Asynchronous javascript and xml 异步刷新技术 核心是XMLHttpRequest 通常get比post多 步骤 var xhr = new XMLHttpRequest(); 准备发送 open(type,url,async) false代表同步 true异步 发翻译 2017-04-09 15:48:46 · 519 阅读 · 0 评论 -
ajax分页(易源数据api)
ajax请求缓存代理刷新缓存<!DOCTYPE html><html lang="en"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="Author" content=""> <meta name="Keywords" content="">翻译 2017-06-04 21:28:33 · 867 阅读 · 0 评论