摘要:
jquery请求本地json数据时,发现有缓存: Status Code:200 (from disk cache) 状态 类型 说明 200 form memory cache 不请求网络资源,资源在内存当中,一般脚本、字体、图片会存在内存当中 200 form disk ceche 不请求网络资 阅读全文
摘要:
var reauestAnimationFrame=null; function testRequestAnimationFrame(){ var radius=1; function step(timestamp) { if(radius>100){ radius=1; //取消回调 window 阅读全文