autojs取控件text文本 js如何获取input type text的长度?
js如何获取input type text的长度?<script>function a(){var x=文档.getElementById(“abc”)。value.lengthalert公司
js如何获取input type text的长度?
<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()“/>