下载:下载并解压缩文件 源码
下载 下载并解压缩文件 有关命令行版本,请参见 。 安装 $ npm install download 用法 const fs = require ( 'fs' ) ; const download = require ( 'download' ) ; ( async ( ) => { await download ( 'http://unicorn.com/foo.jpg' , 'dist' ) ; fs . writeFileSync ( 'dist/foo.jpg' , await download ( 'http://unicorn.com/foo.jpg' ) ) ; dow
下载地址
用户评论