w3bai
.com
最新的Web开发教程
☰
HTML
CSS
JAVASCRIPT
SQL
PHP
BOOTSTRAP
JQUERY
ANGULAR
XML
Português
Indonesia
Español
Italiano
Deutsch
Français
Pусский
polski
Türkçe
Română
ไทย
العربية
한국어
日本语
繁體中文
简体中文
$ 4.99 USD
$ 9.99 USD
$ 49.90 USD
$ 99.90 USD
×
JavaScript
参考
概述
JavaScript
JS 字符串
JS 数
JS 运算符
JS 声明
JS 数学
JS 日期
JS 排列
JS 布尔
JS 正则表达式
JS 全局
JS 转变
浏览器 BOM
Window
Navigator
Screen
History
Location
HTML DOM
DOM 文件
DOM 元素
DOM 属性
DOM 事件
DOM 样式
HTML 对象
<a>
<abbr>
<address>
<area>
<article>
<aside>
<audio>
<b>
<base>
<bdo>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<cite>
<code>
<col>
<colgroup>
<datalist>
<dd>
<del>
<details>
<dfn>
<dialog>
<div>
<dl>
<dt>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<footer>
<form>
<head>
<header>
<h1> - <h6>
<hr>
<html>
<i>
<iframe>
<img>
<ins>
<input> button
<input> checkbox
<input> color
<input> date
<input> datetime
<input> datetime-local
<input> email
<input> file
<input> hidden
<input> image
<input> month
<input> number
<input> password
<input> radio
<input> range
<input> reset
<input> search
<input> submit
<input> text
<input> time
<input> url
<input> week
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<map>
<mark>
<menu>
<menuitem>
<meta>
<meter>
<nav>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<pre>
<progress>
<q>
<s>
<samp>
<script>
<section>
<select>
<small>
<source>
<span>
<strong>
<style>
<sub>
<summary>
<sup>
<table>
<td>
<th>
<tr>
<textarea>
<time>
<title>
<track>
<u>
<ul>
<var>
<video>
其他对象
CSSStyleDeclaration
Input Email type Property
输入电子邮件对象
例
返回的类型的表格元件的电子邮件字段是:
var x = document.getElementById("myEmail").type;
x
的结果将是:
email
试一试»
定义和用法
type属性返回其形式元素的类型的电子邮件字段是。
对于输入型=“电子邮件”,此属性将始终返回
"email"
。
浏览器支持
属性
type
是
10.0
是
是
是
句法
emailObject
.type
技术细节
返回值:
一个字符串,表示形式元素的类型的电子邮件字段是
<输入电子邮件对象