天天看點

Input URL type 屬性

Input URL type 屬性

Input URL 對象

傳回 URL 字段的表單元素類型:

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

x輸出結果為:

url

type 屬性傳回 URL 字段的表單類型類型。

對于 input type="url", 該屬性通常傳回 "url"。

Input URL type 屬性
Input URL type 屬性
Input URL type 屬性
Input URL type 屬性
Input URL type 屬性

所有主流浏覽器都支援 type 屬性

注意: Internet Explorer 或 Safari 浏覽器不支援使用 type="url" 屬性的 HTML <input> 元素。

urlObject.type

傳回值:

字元串,表示 URL 字段的表單元素類型

Input URL type 屬性