javascript:var c=rich_postor._getData();c.getdata;c.content;var step;var speed;var allcount;var timer;function init(){content=prompt("%E8%AF%B7%E8%BE%93%E5%85%A5%E5%9B%9E%E5%B8%96%E5%86%85%E5%AE%B9%EF%BC%9A","%E6%B0%B4"); var _speed=parseInt(prompt("%E8%AF%B7%E8%BE%93%E5%85%A5%E6%AF%8F%E8%BD%AE%E5%8F%91%E5%B8%96%E9%97%B4%E9%9A%94%E6%97%B6%E9%97%B4%EF%BC%88%E7%A7%92%EF%BC%89%EF%BC%9A","3")); speed=(isNaN(_speed)?5:_speed)*1000; var _step=parseInt(prompt("%E8%AF%B7%E8%BE%93%E5%85%A5%E6%AF%8F%E8%BD%AE%E5%8F%91%E5%87%A0%E8%B4%B4%EF%BC%9A","1")); step=isNaN(_step)?1:_step; var _allcount=parseInt(prompt("%E8%AF%B7%E8%BE%93%E5%85%A5%E6%80%BB%E5%85%B1%E5%9B%9E%E5%B8%96%E6%AC%A1%E6%95%B0(0%E4%B8%BA%E4%B8%8D%E9%99%90%E5%88%B6)%EF%BC%9A","0")); allcount=isNaN(_allcount)?100:(_allcount==0?true:_allcount); if(!confirm("%E5%BC%80%E5%A7%8B%E5%9B%9E%E5%B8%96%EF%BC%9F\n\n%E5%9B%9E%E5%B8%96%EF%BC%9A"+content+"\n%E9%A2%91%E7%8E%87%EF%BC%9A"+speed+"%E6%AF%AB%E7%A7%92\n%E6%AF%8F%E6%AC%A1%E5%8F%91%E5%B8%96%E6%95%B0%EF%BC%9A"+step+"\n%E5%85%A8%E9%83%A8 %E6%95%B0%E9%87%8F%EF%BC%9A"+allcount+"\n")){ return; }c.content=content; timer=setInterval("reply()",speed);}function reply(){ for(var i=0;i<step && allcount;i++){ PostHandler.post(rich_postor._option.url,c,function(I){},function(I){}); typeof allcount=="number"?allcount--:''; } allcount?'':clearTimeout(timer)|alert("%E7%9B%96%E6%A5%BC%E5%AE%8C%E6%88%90");}init();void 0;