mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 03:40:12 +08:00
18 lines
284 B
Plaintext
18 lines
284 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# 浏览器
|
|
|
|
## 概述
|
|
|
|
这些方法与系统浏览器相关。
|
|
|
|
### 浏览器打开 URL
|
|
|
|
Go 方法签名: `BrowserOpenURL(ctx context.Context, url string)`
|
|
|
|
JS 方法签名: `BrowserOpenURL(url string)`
|
|
|
|
使用系统默认浏览器打开给定的 URL。
|