diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
commit | 49480fd1cc43cad88bea216b4508ca6f8a19f313 (patch) | |
tree | 42dedfeedfeb79d08912b974e6f3fa871b2a44d3 /files/zh-tw/web/api/file/name/index.html | |
parent | 5e48f8a9807acb369fa0228d16655fc044f4a17b (diff) | |
download | translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2 translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-tw/web/api/file/name/index.html')
-rw-r--r-- | files/zh-tw/web/api/file/name/index.html | 33 |
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> |