2017-08-19 17:56:14
<marquee id="a1" direction="left" loop="1" onfinish="replay();">
asdfasdf
</marquee>
<script>
function replay()
{
var obj=document.getElementById("a1");
//alert(obj);
if(document.all)
obj.innerHTML=obj.innerHTML; //ie可以,firefox不可以
else
obj.start(); //firefox可以,ie不可以
}
</script>
更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。