文件操作 - es.set.constructor.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/modules/es.set.constructor.js
编辑文件内容
'use strict'; var collection = require('../internals/collection'); var collectionStrong = require('../internals/collection-strong'); // `Set` constructor // https://tc39.es/ecma262/#sec-set-objects collection('Set', function (init) { return function Set() { return init(this, arguments.length ? arguments[0] : undefined); }; }, collectionStrong);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件