Gather.js 是一个用于收集和导入 JavaScriptCSS 文件的框架,使用起来非常简单。只需在页面中包含以下脚本标签:




使用时,Gather.js 提供了两种方法:


gather.import(\"js_file\", \"js\"); // 导入 JS 文件到 body 标签



gather.import(\"css_file\", \"css\"); // 导入 CSS 文件到 head 标签



gather.gather(); // 执行日志