摘要: const axios = require("axios"); const fs = require('fs'); async function getPage(num){ let httpUrl = 'http://www.app-echo.com/api/recommend/sound-day? 阅读全文
posted @ 2021-06-15 18:10 13522679763-任国强 阅读(50) 评论(0) 推荐(0)
摘要: const cheerio = require('cheerio'); const axios = require('axios') const fs = require('fs') const path = require('path') let httpUrL = 'https://www.do 阅读全文
posted @ 2021-06-15 18:08 13522679763-任国强 阅读(80) 评论(0) 推荐(0)
摘要: // js 睡眠函数 sleep(3) number 间隔秒数 function sleep(number){ var now = new Date(); var exitTime = now.getTime() + number * 1000; while (true) { now = new D 阅读全文
posted @ 2021-06-15 15:27 13522679763-任国强 阅读(3246) 评论(0) 推荐(0)