<html>type=hidden

hidden是什么类型,做什么用的?... hidden 是什么类型,做什么用的? 展开
 我来答
yeahrahxephon
推荐于2016-04-05 · TA获得超过1166个赞
知道小有建树答主
回答量:1192
采纳率:0%
帮助的人:1243万
展开全部
定义

传输关于客户/服务器交互的状态信息。

Transmits state information about client/server interaction.
注释

这种输入类型用户无法控制,但是却在提交表单时发送 value 属性的值。

此元素在 Internet Explorer 3.0 及以上版本的 HTML 和脚本中可用。

此元素不显示。

此元素不需要关闭标签。

This input type presents no control to the user, but sends the value of the value property with the submitted form.

The INPUT type=hidden element is available in HTML and script as of Internet Explorer 3.0.

This element is not rendered.

This element does not require a closing tag.

注:INPUT type=hidden 元素不会显示在文档里,所以用户也无法操作该元素。该元素通常用来传输一些客户端到服务器的状态信息。虽然此元素不会显示出来,但是用户可以通过查看 HTML 的源代码看到该元素属性的值,所以请注意,不要用该元素传递敏感信息,比如密码什么的。

Note: The INPUT type=hidden element does not appear visibly in the document and that the user does not interact with. It can be used to transmit state information about the client or server.

Remember that hidden fields can be viewed if your readers look at the source HTML, so don't use it for sensitive information such as passwords.
示例代码

<INPUT TYPE=hidden NAME=recipient VALUE="haha@admin5.com/html">

<INPUT TYPE=hidden NAME=subject VALUE="Feedback on your HTML Reference">

参考资料: http://www.admin5.com/html/html_tag_ref/input_type_hidden.html

本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式