diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-30 00:53:33 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-30 00:53:33 +0000 |
commit | 9a06d5b4a3874caa094bff06895c892914eaea93 (patch) | |
tree | 1c9549ade620e59f4af4c5ee6b6ac7640bf4fcda /files/zh-cn/conflicting/web | |
parent | 75e5dcce1e3c6558a3a2d3def5c08669404587c4 (diff) | |
download | translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.gz translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.bz2 translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.zip |
[CRON] sync translated content
Diffstat (limited to 'files/zh-cn/conflicting/web')
-rw-r--r-- | files/zh-cn/conflicting/web/api/blob/size_3e7c15d3e7851172bb4623d0237d8c9e/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/zh-cn/conflicting/web/api/blob/size_3e7c15d3e7851172bb4623d0237d8c9e/index.html b/files/zh-cn/conflicting/web/api/blob/size_3e7c15d3e7851172bb4623d0237d8c9e/index.html new file mode 100644 index 0000000000..9468a794ba --- /dev/null +++ b/files/zh-cn/conflicting/web/api/blob/size_3e7c15d3e7851172bb4623d0237d8c9e/index.html @@ -0,0 +1,31 @@ +--- +title: File.size +slug: conflicting/Web/API/Blob/size_3e7c15d3e7851172bb4623d0237d8c9e +translation_of: Web/API/File/size +original_slug: Web/API/File/size +--- +<p>{{APIRef("File API") }}</p> + +<h2 id="概述">概述</h2> + +<p><span class="short_text" id="result_box" lang="zh-CN"><span>以字节为单位返回文件的大小。</span></span></p> + +<h2 id="语法">语法</h2> + +<pre>var size = <em>instanceOfFile</em>.size</pre> + +<h2 id="值">值</h2> + +<p>一个数</p> + +<h2 id="规范"><span class="short_text" id="result_box" lang="zh-CN"><span>规范</span></span></h2> + +<p><span class="short_text" id="result_box" lang="zh-CN"><span>不属于任何规范。</span></span></p> + +<h2 id="另请参见"><span class="short_text" id="result_box" lang="zh-CN"><span class="alt-edited">另请参见</span></span></h2> + +<ul> + <li>{{domxref("Blob.size")}}</li> +</ul> + +<p> </p> |