mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 18:31:53 +08:00

* docs: update options documentation * docs: sync documents * docs: sync Korean, Russian, French and Portuguese documents * docs: sync Chinese, Japanese and Korean documents
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
# 브라우저
|
|
|
|
이 메소드들은 시스템 브라우저와 관련 있습니다.
|
|
|
|
### BrowserOpenURL
|
|
|
|
시스템 브라우저에서 URL을 엽니다.
|
|
|
|
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`
|