5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 13:22:55 +08:00
wails/website/i18n/ko/docusaurus-plugin-content-docs/current/reference/runtime/browser.mdx
Misite Bao 91de3ab0c5
docs: update and sync documents (#2112)
* docs: update options documentation

* docs: sync documents

* docs: sync Korean, Russian, French and Portuguese documents

* docs: sync Chinese, Japanese and Korean documents
2022-11-21 22:13:43 +11:00

14 lines
273 B
Plaintext

---
sidebar_position: 7
---
# 브라우저
이 메소드들은 시스템 브라우저와 관련 있습니다.
### BrowserOpenURL
시스템 브라우저에서 URL을 엽니다.
Go: `BrowserOpenURL(ctx context.Context, url string)`<br/> JS: `BrowserOpenURL(url string)`