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