2020年3月12日

nodejs实现分段加速下载

摘要: node如何下载文件? 用 axios 就行啦! 简单版如下: const axios = require('axios') const fs = require('fs') function formatHeaders (headers) { return Object.keys(headers) 阅读全文

posted @ 2020-03-12 15:44 孤云独去闲 阅读(1386) 评论(2) 推荐(1) 编辑

导航