HTML DOM Input Number autofocus 屬性

2018-08-04 20:40 更新

Input Number autofocus 屬性

Input Number 對象參考手冊 Input Number 對象

實例

查看 number 字段是否在頁面加載后自動獲取焦點:

var x = document.getElementById("myNumber").autofocus;
x 輸出結(jié)果為:
true

嘗試一下 ?

定義和用法

autofocus 屬性用于設置或者返回 number 字段在頁面加載后是否自動獲取焦點。

該屬性反映了 HTML autofocus 屬性。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主流瀏覽器都支持 autofocus 屬性。

注意: Internet Explorer 9 及更早IE版本、 Opera 12 及更早Opera版本瀏覽器不支持該屬性。

注意: Internet Explorer 9及更早IE版本不支持使用 type="number" 屬性的 <input> 元素。


語法

返回 autofocus 屬性:

numberObject.autofocus

設置 autofocus 屬性:

numberObject.autofocus=true|false

屬性值

描述
true|false 描述了 number 字段在頁面加載后是否獲取焦點
  • true - number 字段獲取焦點
  • false - 默認。number 字段不獲取焦點

技術(shù)細節(jié)

返回值: 布爾值,如果頁面在加載后 number 字段自動獲取焦點返回 true,否則返回false。


相關(guān)頁面

HTML 參考手冊: HTML <input> autofocus 屬性


Input Number 對象參考手冊 Input Number 對象
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號