1. 核心代码部分://获取网页async function getPage(url,charset = 'UTF-8'){ var data; try { const res = await axios({ method: 'get', url: u