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-cn/web/api/file | |
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-cn/web/api/file')
-rw-r--r-- | files/zh-cn/web/api/file/filename/index.html | 16 | ||||
-rw-r--r-- | files/zh-cn/web/api/file/filesize/index.html | 16 |
2 files changed, 0 insertions, 32 deletions
diff --git a/files/zh-cn/web/api/file/filename/index.html b/files/zh-cn/web/api/file/filename/index.html deleted file mode 100644 index 4a1a83889e..0000000000 --- a/files/zh-cn/web/api/file/filename/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: File.fileName -slug: Web/API/File/fileName -translation_of: Web/API/File/fileName ---- -<div> -<p>{{APIRef("File API") }}{{non-standard_header}}</p> - -<p>{{deprecated_header(7.0)}}</p> -</div> - -<h3 id="概述">概述</h3> - -<p>返回文件的名称.由于安全原因,返回的值并不包含文件路径.</p> - -<div class="note">该属性已经废弃.请使用{{domxref("File.name")}}来代替.</div> diff --git a/files/zh-cn/web/api/file/filesize/index.html b/files/zh-cn/web/api/file/filesize/index.html deleted file mode 100644 index a434d9db7c..0000000000 --- a/files/zh-cn/web/api/file/filesize/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: File.fileSize -slug: Web/API/File/fileSize -translation_of: Web/API/File/fileSize ---- -<div> -<p>{{APIRef("File API") }}{{non-standard_header}}</p> - -<p>{{deprecated_header(7.0)}}</p> -</div> - -<h3 id="概述">概述</h3> - -<p>返回文件的大小,单位为字节.</p> - -<div class="note">该属性已经废弃,请使用{{domxref("File.size")}}来代替.</div> |