连发主题代码 javascript:var c=rich_postor._getData();var title = prompt("请输入标题");var words = prompt("请输入回帖内容"); var times=prompt("请输入次数:");var star ="";var save =prompt("请输入后加字符","★"); for(var i=1;i<=times;i++) {star+=save;c.title=title+star;c.content=words+'<br>'+' + '+i+'<br>'+star;PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0