
1楼
主题:谁帮我一下
|
谁知道怎样制作批量浇水机啊,天天去给每个好朋友家浇水太麻烦了。
|
2楼 回复:谁帮我一下
|
我告诉你,你把下面这个代码,放到主页特效里,就可以啦,我也是刚学会的 【 <b>批量浇水</b><br> <textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>153782|153783|</textarea> <br><input type=button class=bi style=width:70px; onclick=startwater(); value=批量浇水> <input type=button class=bi style=width:70px; onclick=clearTimeout(h); value="停 止"> <script language=--BLOCKED--> var count=0; var list; var h=0; var k; function startwater() { clearTimeout(h); list=treeidlist.value.split("|"); k=0; count=list.length; water(); } function water() { f1.action="http://tree.ci123.com/tree.php?treeid=".concat(list[list.length-count]); f1.submit.click(); count-=k; if(count>0) { if(k==0)k=1; else k=0; h=setTimeout(water,1000); } } </script> <form action="" name=f1 method=POST target=tree> <input type=submit name=submit value="" style=display:none> </form>
|
3楼 回复:谁帮我一下
|
批量浇水码
这就是批量浇水码,直接复制到主页特效就可以了。别忘记把你自己的小树码也复制进去哟!
<b>批量浇水</b><br> <textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>96963|110570|110563|102026|107215|113455|99656|100292|60516|60528|52145|113388|90797|3669|39707|39737|39666|76860|95626|113261|113292|115208|101706|101703|111532|111535|112875|92253|92260|92263|92271|92276|92269|75383|75380|75426|75428|76611|95712|96963|104629|81771|85332|114453|86810|86813|83905|84600|84605|88088|88277|80021|11 6|11 7|120356|120358|99573|99376|92247|91798|40435|6077|1007|3536|38401|857|115299|115306|9 2|111979|121282|121293|121295|121297|85863|105425|4216|83300|82553|50391|51511|</textarea> <br><input type=button class=bi style=width:70px; onclick=startwater(); value=批量浇水> <input type=button class=bi style=width:70px; onclick=clearTimeout(h); value="停 止"> <script language=--BLOCKED--> var count=0; var list; var h=0; var k; function startwater() { clearTimeout(h); list=treeidlist.value.split("|"); k=0; count=list.length; water(); } function water() { f1.action="http://tree.ci123.com/tree.php?treeid=".concat(list[list.length-count]); f1.submit.click(); count-=k; if(count>0) { if(k==0)k=1; else k=0; h=setTimeout(water,1000); } } </script> <form action="" name=f1 method=POST target=tree> <input type=submit name=submit value="" style=display:none> </form>
|
4楼 回复:谁帮我一下
|
5楼 回复:回复谁帮我一下
|
共 5 篇,显示: 1 - 5篇

谢谢
