5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:40:12 +08:00
wails/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
Lea Anthony 1d8f74d6d7 [v2] Docs update
(cherry picked from commit 589eb3864f)
2021-09-27 19:37:58 +10:00

18 lines
284 B
Plaintext

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