码迷,mamicode.com
首页 > 编程语言 > 详细

javascript批量输入表单

时间:2016-08-22 19:48:38      阅读:358      评论:0      收藏:0      [点我收藏+]

标签:

 

 

void((function(){
x=document.getElementsByTagName("a");
y = x[1]
y.click()

})())

void((function(){
document.getElementById("name").value = ‘hacker‘;
document.getElementById("email").value = Math.random()  + "@example.com";
x=document.getElementsByTagName("input");
y = x[5]
y.value=‘liyueke@huobi.com‘
document.getElementById("t1").click();
})())

void((function(){
x=document.getElementById("togoA");
x.click()
})())

 

javascript批量输入表单

标签:

原文地址:http://www.cnblogs.com/xiaoxiaoleo/p/5796483.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!