HTML DOM Input Text size 屬性

2018-08-04 20:40 更新

Input Text size 屬性

Input Text 對(duì)象參考手冊(cè) Input Text 對(duì)象

實(shí)例

設(shè)置文本域的尺寸(以字符數(shù)計(jì)):

document.getElementById("myText").size = "50";

嘗試一下 ?


定義和用法

size 屬性用于設(shè)置或返回文本域的 size 屬性值。

size 屬性設(shè)置或返回文本域的尺寸(以字符數(shù)計(jì))。

默認(rèn)值為 20。

提示: 如果要設(shè)置或返回 password 字段允許輸入的字符數(shù),請(qǐng)使用 maxLength 屬性。


瀏覽器支持

Internet Explorer Firefox Opera Google Chrome Safari

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


語(yǔ)法

返回 size 屬性:

textObject.size

設(shè)置 size 屬性:

textObject.size=number

屬性值

    以上內(nèi)容是否對(duì)您有幫助:
    在線筆記
    App下載
    App下載

    掃描二維碼

    下載編程獅App

    公眾號(hào)
    微信公眾號(hào)

    編程獅公眾號(hào)