简体中文
主题
在新窗口/标签页中打开 URL。
import { openUrl } from 'js-cool'
function openUrl(url: string): void
url
string
openUrl('https://example.com') // 在新标签页中打开 // 打开下载链接 openUrl('/files/document.pdf')