aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/file/name/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/file/name/index.html')
-rw-r--r--files/zh-tw/web/api/file/name/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-tw/web/api/file/name/index.html b/files/zh-tw/web/api/file/name/index.html
new file mode 100644
index 0000000000..1581728451
--- /dev/null
+++ b/files/zh-tw/web/api/file/name/index.html
@@ -0,0 +1,33 @@
+---
+title: File.fileName
+slug: Web/API/File/name
+translation_of: Web/API/File/fileName
+original_slug: Web/API/File/fileName
+---
+<p>{{APIRef("File API")}}{{non-standard_header}}</p>
+
+<p>{{deprecated_header(7.0)}}</p>
+
+<h2 id="總覽">總覽</h2>
+
+<p>回傳檔案名稱,基於安全因素,檔案路徑不包含這個屬性。</p>
+
+<div class="note">這個檔案是廢棄的,使用 {{domxref("File.name")}} 取代。</div>
+
+<h2 id="語法">語法</h2>
+
+<pre>var name = instanceOfFile.fileName</pre>
+
+<h2 id="數值">數值</h2>
+
+<p>字串</p>
+
+<h2 id="Specification" name="Specification">格式</h2>
+
+<p>尚無資料</p>
+
+<h2 id="看更多">看更多</h2>
+
+<ul>
+ <li>{{domxref("File.name")}}</li>
+</ul>