From 55bc382d22379f55af34c75825cde6cda76d4a92 Mon Sep 17 00:00:00 2001 From: Tzuyang Tsai <14104502+shiyou0130011@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:59:07 +0800 Subject: [PATCH] =?UTF-8?q?Update=20files/zh-tw/web/api/filesystem/index.m?= =?UTF-8?q?d,=20change=20to=20=E5=AF=A6=E4=BE=8B=E5=B1=AC=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: A1lo --- files/zh-tw/web/api/filesystem/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-tw/web/api/filesystem/index.md b/files/zh-tw/web/api/filesystem/index.md index 871277918ac266..565b1a7d63bebc 100644 --- a/files/zh-tw/web/api/filesystem/index.md +++ b/files/zh-tw/web/api/filesystem/index.md @@ -14,7 +14,7 @@ slug: Web/API/FileSystem 1. 你可以呼叫 `window.requestFileSystem()`,為你的網頁應用程式建立一個檔案系統的沙盒。如果呼叫成功,將會執行回呼函式,該回呼函式會有個 `FileSystem` 參數來描述檔案系統。 2. 從檔案系統項目物件的 {{domxref("FileSystemEntry.filesystem", "filesystem")}} 屬性中取得。 -## 屬性 +## 實例屬性 - {{domxref("FileSystem.name")}} {{ReadOnlyInline}} - : 代表檔案系統名稱的字串。此名稱在整個檔案的清單中是唯一的。