type

Input Text type 属性

Example

查看文本域是属于哪种表单元素类型:

var x = document.getElementById("myText").type;

x 输出结果为:

text



定义和用法

type 属性返回文本域的表单元素类型。

对于文本域,该属性总是返回 "text"。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

所有主流浏览器都支持 type 属性


语法

textObject.type

返回值

类型 描述
String 文本域的表单元素类型
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3