Basket.js 是一个简单的(概念)脚本加载器,是本地存储(localStorage)的缓存脚本。// fetch and cache the file basket.require({ url: 'jquery.min.js' }); // fetch and cache again basket.require({ url: 'jquery.min.js', unique: 123 }); 标签:Basket