zuoxiaobing

通过js对表单对象的便捷获取

<form  name="a">
<input name="s" value="33"/>
</form>

<script >
alert(document.a.s.value);
</script>

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-08-31
  • 2021-12-04
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案