文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/blob/README.md
编辑文件内容
# Blob A cross-browser `Blob` that falls back to `BlobBuilder` when appropriate. If neither is available, it exports `undefined`. ## Installation ``` bash $ npm install blob ``` ## Example ``` js var Blob = require('blob'); var b = new Blob(['hi', 'constructing', 'a', 'blob']); ``` ## License MIT
修改文件时间
将文件时间修改为当前时间的前一年
删除文件