摘要: // 获取文档的 // 这个是获取本文档可能被扩展插件和广告屏蔽器污染的html $(":root").prop("outerHTML"); // 利用promise异步获取未被污染的文档 // 我这么写是为了方便用await优雅的写代码,用fetch也行 await new Promise(fun 阅读全文
posted @ 2023-01-27 21:51 月神的使者 阅读(80) 评论(0) 推荐(0) 编辑
摘要: /** * 仅做到底自动刷新功能 * options: { * page int 当前在第几页 * limit int 每页个数 * onBottom function 到底的回调 * whenEnd function 结束时的回调 * dontWait bool 不等待第一个回调执行完毕就可以执行 阅读全文
posted @ 2023-01-27 21:33 月神的使者 阅读(26) 评论(0) 推荐(0) 编辑