sode

引用:http://foolraty.blog.163.com/blog/static/366588962010250721581/

<html>

<head></head>

<body>

<input type="text" id="123" name="213" value="2"/>

<script>

alert("111");

var a = document.getElementsByName("213")[0].value

alert(a);

</script>

</body>

</html>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-14
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-07-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2022-02-15
  • 2022-01-11
  • 2021-11-30
相关资源
相似解决方案