willsonlincake 发表于 2022-4-6 22:49:35

Python Webview内嵌浏览器

import webview

w = webview.WebView(width=320, height=240, title="Hello", url="https://google.com", resizable=True, debug=False)
w.run()
页: [1]
查看完整版本: Python Webview内嵌浏览器