成人AV在线无码|婷婷五月激情色,|伊人加勒比二三四区|国产一区激情都市|亚洲AV无码电影|日av韩av无码|天堂在线亚洲Av|无码一区二区影院|成人无码毛片AV|超碰在线看中文字幕

autojs取控件text文本 js如何獲取input type text的長(zhǎng)度?

js如何獲取input type text的長(zhǎng)度?<script>function a(){var x=文檔.getElementById(“abc”)。value.lengthalert公司

js如何獲取input type text的長(zhǎng)度?

<script>function a(){var x=文檔.getElementById(“abc”)。value.lengthalert公司(x) }</script><input value=“123456”type=”text”id=”abc”name=”abc“/><input type=”button”value=”onClick=”a()“/>