文件操作 - string-html-forced.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/internals/string-html-forced.js
编辑文件内容
var fails = require('../internals/fails'); // check the existence of a method, lowercase // of a tag and escaping quotes in arguments module.exports = function (METHOD_NAME) { return fails(function () { var test = ''[METHOD_NAME]('"'); return test !== test.toLowerCase() || test.split('"').length > 3; }); };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件