5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-18 18:09:30 +08:00
wails/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.9.0/reference/runtime/browser.mdx
Lea Anthony 8b215a9b4c
v2.9.0
2024-06-16 10:34:01 +10:00

14 lines
276 B
Plaintext

---
sidebar_position: 7
---
# Browser 浏览器
这些方法与系统浏览器相关。
### BrowserOpenURL 浏览器打开 URL
使用系统默认浏览器打开给定的 URL。
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`