5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 13:02:24 +08:00
wails/website/i18n/ja/docusaurus-plugin-content-docs/version-v2.3.1/reference/runtime/browser.mdx
2022-12-30 07:38:22 +11:00

14 lines
299 B
Plaintext

---
sidebar_position: 7
---
# ブラウザ
これらは、システムブラウザに関連したメソッドです。
### BrowserOpenURL
指定されたURLをシステムブラウザで開きます。
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`