aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/input/file/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/html/element/input/file/index.html')
-rw-r--r--files/zh-cn/web/html/element/input/file/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/files/zh-cn/web/html/element/input/file/index.html b/files/zh-cn/web/html/element/input/file/index.html
index e5b6df3c32..5bf3428f15 100644
--- a/files/zh-cn/web/html/element/input/file/index.html
+++ b/files/zh-cn/web/html/element/input/file/index.html
@@ -23,7 +23,7 @@ translation_of: Web/HTML/Element/input/file
<table class="properties">
<tbody>
<tr>
- <td><strong>{{anch("Value")}}</strong></td>
+ <td><strong><a href="#值">值</a></strong></td>
<td>A {{domxref("DOMString")}} 表示已选择文件的路径</td>
</tr>
<tr>
@@ -89,19 +89,19 @@ translation_of: Web/HTML/Element/input/file
</thead>
<tbody>
<tr>
- <td><code>{{anch("accept")}}</code></td>
- <td>一个或多个 {{anch("Unique file type specifiers", "unique file type specifiers")}} 描述允许的文件类型</td>
+ <td><code><a href="#attr-accept">accept</a></code></td>
+ <td>一个或多个 <a href="#唯一文件类型说明符">唯一文件类型说明符</a> 描述允许的文件类型</td>
</tr>
<tr>
- <td><code>{{anch("capture")}}</code></td>
+ <td><code><a href="#attr-capture">capture</a></code></td>
<td>捕获图像或视频数据的源</td>
</tr>
<tr>
- <td><code>{{anch("files")}}</code></td>
+ <td><code><a href="#attr-files">files</a></code></td>
<td>{{domxref("FileList")}} 列出了已选择的文件</td>
</tr>
<tr>
- <td><code>{{anch("multiple")}}</code></td>
+ <td><code><a href="#attr-multiple">multiple</a></code></td>
<td>布尔值,如果出现,则表示用户可以选择多个文件</td>
</tr>
</tbody>
@@ -109,7 +109,7 @@ translation_of: Web/HTML/Element/input/file
<h3 id="htmlattrdefaccept">{{htmlattrdef("accept")}}</h3>
-<p><code><a href="/zh-CN/docs/Web/HTML/Attributes/accept">accept</a></code> 属性是一个字符串,它定义了文件 input 应该接受的文件类型。这个字符串是一个以逗号为分隔的 <strong>{{anch("Unique file type specifiers", "</strong>唯一文件类型说明符<strong>")}} </strong>列表。由于给定的文件类型可以用多种方式指定,因此当你需要给定格式的文件时,提供一组完整的类型指定符是非常有用的。</p>
+<p><code><a href="/zh-CN/docs/Web/HTML/Attributes/accept">accept</a></code> 属性是一个字符串,它定义了文件 input 应该接受的文件类型。这个字符串是一个以逗号为分隔的<strong><a href="#唯一文件类型说明符">唯一文件类型说明符</a></strong>列表。由于给定的文件类型可以用多种方式指定,因此当你需要给定格式的文件时,提供一组完整的类型指定符是非常有用的。</p>
<p>例如,有许多方法可以识别 Microsoft Word 文件,所以接受 Word 文件的站点可以使用一个<code>&lt;input&gt;</code>:</p>
@@ -143,8 +143,8 @@ translation_of: Web/HTML/Element/input/file
</thead>
<tbody>
<tr>
- <td><code>{{anch("webkitdirectory")}}</code></td>
- <td>一个布尔值,表示是否仅允许用户选择一个目录(或多个目录,如果 <code>{{anch("multiple")}}</code> 也出现的话)</td>
+ <td><code><a href="#attr-webkitdirectory">webkitdirectory</a></code></td>
+ <td>一个布尔值,表示是否仅允许用户选择一个目录(或多个目录,如果 <code><a href="#attr-multiple">multiple</a></code> 也出现的话)</td>
</tr>
</tbody>
</table>