document.getElementById("vin").focus();
document.form1.name.focus()

    $(document).ready(function(){
        document.getElementById("carnum").focus();
    });

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2021-09-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-08-25
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案