我想在同一层回复520个回复,可代码就是不行,请大神指点,
我不爆吧,没那无聊,只想写个恢复自己同一层里的代码,可有问题,请大神指点哪出错?参照修改可出了问题,
javascript:var content;var step;var speed;var allcount;var timer;var tieba;
function init(){ content=prompt("请输入回帖内容:","12345,上山打老虎");
var _speed=parseInt(prompt("请输入每轮发帖间隔时间(秒):","10")); speed=(isNaN(_speed)?5:_speed)*1000;
var _step=parseInt(prompt("请输入每轮发几贴:","1"));
step=isNaN(_step)?1:_step; var _allcount=parseInt(prompt("请输入总共回帖次数(0为不限制):","20000"));
allcount=isNaN(_allcount)?100:(_allcount==0?true:_allcount);
if(!confirm("开始回帖?\n\n回帖:"+content+"\n频率:"+speed+"毫秒\n每次发帖数:"+step+"\n全部数量:"+allcount+"\n"))
{ return; } tieba=rich_postor._getData(); tieba.content=content; timer=setInterval("reply()",speed);}
function reply(){ for(var i=0;i<step && allcount;i++){ PostHandler.post(rich_postor._option.url,tieba,function(I){},function(I){});
typeof allcount=="number"?allcount--:''; } allcount?'':clearTimeout(timer)|alert("盖楼完成");}init();
求指点哪出错/,他不会在同一层回复,而是发新回复。
求大神指点,我不会用来捣乱, Mr. 发表于 2013-7-28 22:16 static/image/common/back.gif
求大神指点,我不会用来捣乱,
同求大神,你不需要说你不爆吧的,小甲鱼才不会允许馁~ 许小恩 发表于 2013-7-30 09:58 static/image/common/back.gif
同求大神,你不需要说你不爆吧的,小甲鱼才不会允许馁~
爆吧,不感兴趣,没那么无聊 Mr. 发表于 2013-7-31 10:35 static/image/common/back.gif
爆吧,不感兴趣,没那么无聊
确实蛮无聊,上次那个啥啥权志龙吧就被爆吧了,囧~ 看不懂:sweat::sweat::sweat:
页:
[1]