5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-16 17:09:28 +08:00
wails/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
github-actions[bot] 4cd873fecb
docs: sync documents (#2443)
Co-authored-by: misitebao <misitebao@users.noreply.github.com>
2023-03-11 17:57:56 +11: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)`