2014_2_18

很久没写了,一直想写点什么的

window.requestFileSystem = window.requestFileSystem || window.webkitRequestFileSystem; window.requestFileSystem(window.TEMPORARY, 5*1024*1024, function(fs){console.log(fs)}, null);//文件系统

 

在 平板下用 window.open(url,_bank || _self, setting);  window.close()无效;太坑爹了

使用widnow.location.href = url 和使用window.open(url, _self, null) DOM加载顺序渲染有问题

原文地址:https://www.cnblogs.com/diligenceday/p/3554607.html