修复完成

This commit is contained in:
2020-02-29 14:15:49 +08:00
parent 7f6612576c
commit 835b75c85a
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ let gethtml = async (url) => {
// list
// }]
// console.log(list)
console.log(JSON.stringify(list))
// console.log(JSON.stringify(list))
return list
}