文件操作 - round.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/lodash/round.js
编辑文件内容
var createRound = require('./_createRound'); /** * Computes `number` rounded to `precision`. * * @static * @memberOf _ * @since 3.10.0 * @category Math * @param {number} number The number to round. * @param {number} [precision=0] The precision to round to. * @returns {number} Returns the rounded number. * @example * * _.round(4.006); * // => 4 * * _.round(4.006, 2); * // => 4.01 * * _.round(4060, -2); * // => 4100 */ var round = createRound('round'); module.exports = round;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件