天天看點

Input Color type 屬性

Input Color type 屬性

Input Color 對象

傳回拾色器的表單元素類型:

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

x輸出結果為:

color

type 屬性用于傳回拾色器的表單元素類型。

拾色器的表單通常傳回 "color"。

Input Color type 屬性
Input Color type 屬性
Input Color type 屬性
Input Color type 屬性
Input Color type 屬性

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

注意:Internet Explorer 和 Safari 浏覽器不支援 <input type="color"> 元素。

colorObject.type

傳回值:

字元串,表示拾色器的表單類型。

Input Color type 屬性