文件操作 - web.url.to-json.js
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/core-js/modules/web.url.to-json.js
编辑文件内容
'use strict'; var $ = require('../internals/export'); var call = require('../internals/function-call'); // `URL.prototype.toJSON` method // https://url.spec.whatwg.org/#dom-url-tojson $({ target: 'URL', proto: true, enumerable: true }, { toJSON: function toJSON() { return call(URL.prototype.toString, this); } });
修改文件时间
将文件时间修改为当前时间的前一年
删除文件