Skip to content

fetch

自己写记录,一年一万条,爬取网站,十天一万条,效率天差万别。爬取和反爬,魔高一尺,道高一丈。

const res = await fetch('https://www.baidu.com/');
const text = await res.text();

console.log(text);

联系 math@baima.site