使用文档 初始化 var EC = window.EasyCache; var cache = new EC(); 设置 cache.set("a", 100); 获取 alert(cache.get("a")); 清空 cache.clear();