Skip to content
目录

useOpenUrl

打开一个 URL。

参数

ts
function useOpenUrl(url: string, newTab: boolean = false): void

Released under the MIT License.