mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-17 16:10:09 +01:00
* docs: update options documentation * docs: sync documents * docs: sync Korean, Russian, French and Portuguese documents * docs: sync Chinese, Japanese and Korean documents
13 lines
273 B
Text
13 lines
273 B
Text
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# 브라우저
|
|
|
|
이 메소드들은 시스템 브라우저와 관련 있습니다.
|
|
|
|
### BrowserOpenURL
|
|
|
|
시스템 브라우저에서 URL을 엽니다.
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|