摘要: 1. 基本使用 同步模式 from playwright.sync_api import sync_playwright url = 'https://www.baidu.com' with sync_playwright() as p: for browser_type in [p.chromiu 阅读全文
posted @ 2022-03-13 18:09 二二二狗子 阅读(2202) 评论(0) 推荐(1)