文件操作 - is-null-or-undefined.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/internals/is-null-or-undefined.js
编辑文件内容
// we can't use just `it == null` since of `document.all` special case // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec module.exports = function (it) { return it === null || it === undefined; };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件