Python Playwright基础

安装模块pip install playwright安装内核playwright installpython实例from playwright.sync_api import Playwright, sync_playwright def get_browser() -> Playwr...