摘要: 找到 OnBeforeResponse,在后面添加如下代码 if (oSession.fullUrl.Contains("edith.xiaohongshu.com/api/sns/v10/search/notes?keyword")) { oSession.utilDecodeResponse() 阅读全文
posted @ 2022-03-05 22:04 淋哥 阅读(118) 评论(0) 推荐(0) 编辑
摘要: import win32api import win32con for i in range(1, 800): print(i) win32api.mouse_event(win32con.MOUSEEVENTF_WHEEL,0,0,-60000) time.sleep(0.1) 阅读全文
posted @ 2022-03-05 22:01 淋哥 阅读(144) 评论(0) 推荐(0) 编辑