Blogger Information
Blog 54
fans 4
comment 1
visits 54808
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
dom获取元素的方法
神仙不在的博客
Original
792 people have browsed it

2个特殊的方法

抓图片和表单

实例

<img src="./7.25/static/img/sxdek.jpg" alt="">
<img src="./7.25/static/img/sxdyk.jpg" alt="">
<img src="./7.25/static/img/sxdsk.jpg" alt="">
<form action="" name="user"></form>
<script>
   var img = document***ages[1];
   console.log(img);
   var aaa=document.forms['user'];
   console.log(aaa);

运行实例 »

点击 "运行实例" 按钮查看在线实例


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post