文件操作 - es.object.to-string.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/modules/es.object.to-string.js
编辑文件内容
var TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support'); var defineBuiltIn = require('../internals/define-built-in'); var toString = require('../internals/object-to-string'); // `Object.prototype.toString` method // https://tc39.es/ecma262/#sec-object.prototype.tostring if (!TO_STRING_TAG_SUPPORT) { defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true }); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件