回覆 #8 taiwan08 的帖子
<body>
<SCRIPT Language="JavaScript">
tips = new Array(1);
tips[0] = "http://xxxx.xxxxx.cn.mp3";
index = Math.floor(Math.random() * tips.length);
document.write("<center><embed src="+tips[index]+" border=0 width=0 height=0 autostart=true loop=-1></center>")
</SCRIPT>
</body>
我有試過上面這個代碼 也是可以 但他不會跳出執行什麼的
那我想問一下loop=-1 這是重付撥放
有轉頁不重付撥放嗎 要如何在代碼中改
|