mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-16 17:09:28 +08:00
14 lines
276 B
Plaintext
14 lines
276 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Browser 浏览器
|
|
|
|
这些方法与系统浏览器相关。
|
|
|
|
### BrowserOpenURL 浏览器打开 URL
|
|
|
|
使用系统默认浏览器打开给定的 URL。
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|