安卓自動(dòng)簽到軟件 input標(biāo)簽設(shè)置autofocus的作用是什么?
input標(biāo)簽設(shè)置autofocus的作用是什么?文本輸入字段設(shè)置為在頁(yè)面加載時(shí)獲得焦點(diǎn):<form action=“demou”表單.asp“>名字:<input type=”text”
input標(biāo)簽設(shè)置autofocus的作用是什么?
文本輸入字段設(shè)置為在頁(yè)面加載時(shí)獲得焦點(diǎn):
<form action=“demou”表單.asp“>
名字:<input type=”text”name=”fname”autofocus=”autofocus“/><br/>
姓氏:<input type=”text”name=”lname“/><br/>
<input type=”submit“/>
</form>”