mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 02:31:58 +08:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# Browser
|
|
|
|
これらは、システムブラウザに関連したメソッドです。
|
|
|
|
### BrowserOpenURL
|
|
|
|
指定されたURLをシステムブラウザで開きます。
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|