<b>批量浇水</b><br>
<textarea style='width:500px;border:1px solid #999;' rows=4 id=treeidlist>397651|397652</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>
将上述复制粘帖到宝宝主页特效里面:
复制——用户中心——宝宝主页——基本设置——特效设置——粘帖(至请插入特效),
完成上述步骤,打开宝宝主页,在宝宝头像下方点显示,就可以批量浇水了。
注:上述397651|397652为乐儿的小树小花编码,你可以加许多好友的编码进去,请不要删掉乐儿编码好吗,乐儿也会加好友的编码进去,我们共同进步好吗。