文件名称:utils-fs-read-file:读取文件的全部内容
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-28 12:50:27
JavaScript
读取档案 读取文件的全部内容。 安装 $ npm install utils-fs-read-file 用法 var readFile = require ( 'utils-fs-read-file' ) ; readFile(path,[options,] clbk) 读取文件的全部内容。 readFile ( __filename , onFile ) ; function onFile ( error , data ) { if ( error ) { console . error ( error ) ; } else { console . log ( data ) ; } } 该函数接受与相同的选项。 readFile.sync(path [,options]) 同步读取整个文件的内容。 var out = readFile . sync ( __fi
【文件预览】:
utils-fs-read-file-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------sync.js(619B)
--------async.js(76B)
--------index.js(118B)
----.npmignore(519B)
----examples()
--------index.js(605B)
----TODO.md(11B)
----.travis.yml(141B)
----LICENSE(1KB)
----test()
--------test.js(490B)
--------test.sync.js(1KB)
--------test.async.js(505B)
----README.md(4KB)
----Makefile(2KB)
----.editorconfig(169B)
----.gitignore(1KB)
----package.json(1KB)