🌈 搜索
📅  最后修改于: 2022-03-11 14:52:59.043000             🧑  作者: Mango
fetch('https://www.gs1us.org') .then(res => res.text()) .then(html => console.log(html));