HTML DOM Input Text autofocus 屬性

2018-08-04 20:40 更新

Input Text autofocus 屬性

Input Text 對象參考手冊 Input Text 對象參考

實(shí)例

查看文本域在頁面加載后是否自動獲取焦點(diǎn):

var x = document.getElementById("myPassword").autofocus;

x 返回結(jié)果為:

true

嘗試一下 ?


定義和用法

autofocus 屬性用于設(shè)置或返回頁面在加載后文本域是否自動獲取焦點(diǎn)。

該屬性反映了 HTML autofocus 屬性。


瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

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

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


語法

返回 autofocus 屬性:

textObject.autofocus

設(shè)置 autofocus 屬性:

textObject.autofocus=true|false

屬性值

描述
true|false 描述了文本域在頁面加載后是否獲取焦點(diǎn)
  • true - 文本域獲取焦點(diǎn)
  • false - 默認(rèn)。文本域不獲取焦點(diǎn)
技術(shù)細(xì)節(jié)
返回值: 布爾值,頁面加載后如果文本域自動獲取焦點(diǎn)返回true,否則返回false。


相關(guān)頁面

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


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號