修复完成
This commit is contained in:
parent
7f6612576c
commit
835b75c85a
@ -13,7 +13,7 @@ let getcontlist = async (text) => {
|
|||||||
obj.update = j('.tip').eq(0).text()
|
obj.update = j('.tip').eq(0).text()
|
||||||
obj.name = j("a").eq(0).attr('title')
|
obj.name = j("a").eq(0).attr('title')
|
||||||
obj.date = '未获取'
|
obj.date = '未获取'
|
||||||
obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href')
|
obj.url = 'https://www.tohomh123.com' + j("a").eq(0).attr('href')
|
||||||
// console.log(obj)
|
// console.log(obj)
|
||||||
list.push(obj)
|
list.push(obj)
|
||||||
})
|
})
|
||||||
|
@ -33,7 +33,7 @@ let gethtml = async (url) => {
|
|||||||
// list
|
// list
|
||||||
// }]
|
// }]
|
||||||
// console.log(list)
|
// console.log(list)
|
||||||
console.log(JSON.stringify(list))
|
// console.log(JSON.stringify(list))
|
||||||
return list
|
return list
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user