Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用puppeteer进行一些网络抓取。 1.我需要使用post方法来发布一个表单,并且还要指定请求头。
2.将响应下载为pdf文件。 我不完全确定如何编写 puppeteer 的 Request 和 Response 类的语法。
有什么建议么?