文件操作 - globalThis.browser.js
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/engine.io-client/lib/globalThis.browser.js
编辑文件内容
module.exports = (function () { if (typeof self !== 'undefined') { return self; } else if (typeof window !== 'undefined') { return window; } else { return Function('return this')(); // eslint-disable-line no-new-func } })();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件