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/conflicting/web | |
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/conflicting/web')
-rw-r--r-- | files/zh-cn/conflicting/web/api/blob/size/index.html | 17 | ||||
-rw-r--r-- | files/zh-cn/conflicting/web/api/file/name/index.html | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/files/zh-cn/conflicting/web/api/blob/size/index.html b/files/zh-cn/conflicting/web/api/blob/size/index.html new file mode 100644 index 0000000000..1975c7c0b2 --- /dev/null +++ b/files/zh-cn/conflicting/web/api/blob/size/index.html @@ -0,0 +1,17 @@ +--- +title: File.fileSize +slug: conflicting/Web/API/Blob/size +translation_of: Web/API/File/fileSize +original_slug: 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> diff --git a/files/zh-cn/conflicting/web/api/file/name/index.html b/files/zh-cn/conflicting/web/api/file/name/index.html new file mode 100644 index 0000000000..ee26420b69 --- /dev/null +++ b/files/zh-cn/conflicting/web/api/file/name/index.html @@ -0,0 +1,17 @@ +--- +title: File.fileName +slug: conflicting/Web/API/File/name +translation_of: Web/API/File/fileName +original_slug: 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> |