This commit is contained in:
2020-01-02 10:24:33 +08:00
parent 77061d8417
commit c5207b7758
5 changed files with 46 additions and 46 deletions

View File

@@ -36,7 +36,7 @@ let gethtml = async (name, page) => {
let getlist = async (name) => {
let html;
html = await gethtml(name, 1)
console.log(JSON.stringify(html))
// console.log(JSON.stringify(html))
return html;
}
// getlist("偷星九月天")