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