1 2 3 4 5 6 7 8 9const lccn_crawler = require('./crawler/leetcode-cn'); async function test() { let info = await lccn_crawler("quanpeng") console.log(info) } test();
1 2 3 4 5 6 7 8 9
const lccn_crawler = require('./crawler/leetcode-cn'); async function test() { let info = await lccn_crawler("quanpeng") console.log(info) } test();