var html = "<marquee id='affiche' direction='left' width='100%' scrollamount='8' onMouseOut='this.start()' onMouseOver='this.stop()'> ";
for(var i=0;i<data[3].length;i++){
html += "【"+data[3][i].acttitle+" 编号:"+data[3][i].actid+"】";
}
html += " </marquee>"
document.getElementById('votetotal').rows[0].cells[0].innerText=html;
这样 在页面直接显示出来了。知道不行。
但是我不知道怎么生成 marquee
请达人帮下忙