Files
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)`