Files
2023-05-13 14:18:06 +10: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)`