Tauri open

2024-02-05 16:40 更新
open(: , : ): PromisepathstringopenWith?string<void>

使用系統(tǒng)的默認(rèn)應(yīng)用程序打開路徑或 URL, 或用 指定的那個(gè)。openWith

該值必須是 、 、 、 、 、 、 或 之一。openWithfirefoxgoogle chromechromiumsafariopenstartxdg-opengiognome-openkde-openwslview

import { open } from '@tauri-apps/api/shell';

// opens the given URL on the default browser:
await open('https://github.com/tauri-apps/tauri');
// opens the given URL using `firefox`:
await open('https://github.com/tauri-apps/tauri', 'firefox');
// opens a file using the default program:
await open('/path/to/file');

Since: 1.0.0

參數(shù)

名字類型描述
pathstring要打開的路徑或 URL。
此值與 上定義的字符串正則表達(dá)式匹配,
該字符串默認(rèn)為 。tauri.conf.json > tauri > allowlist > shell > open^((mailto:\w+)\|(tel:\w+)\|(https?://\w+)).+
openWith?string用于打開文件或 URL 的應(yīng)用。
默認(rèn)為指定路徑類型的系統(tǒng)默認(rèn)應(yīng)用程序。

Returns: Promise<void>


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)