文件操作 - index.js
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/has-cors/index.js
编辑文件内容
/** * Module exports. * * Logic borrowed from Modernizr: * * - https://github.com/Modernizr/Modernizr/blob/master/feature-detects/cors.js */ try { module.exports = typeof XMLHttpRequest !== 'undefined' && 'withCredentials' in new XMLHttpRequest(); } catch (err) { // if XMLHttp support is disabled in IE then it will throw // when trying to create module.exports = false; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件