一个字符串是不能跨行的,JS不支持。

解决方案 »

  1.   

    不能跨行
    <script language="JavaScript"> 
    document.write('<marquee style="color:#414141;font-size:12px;line-height:17px;" direction="up" height="136" scrollamount="1" scrolldelay="100" onMouseOver="this.scrollDelay=500" onMouseOut="this.scrollDelay=1">Ebis<br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Zhao Yun</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Zhang Le</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Liu DongMei</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Jia Lang</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Wang Fen</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Liu Wei</a><br><font color="#6699CC"> &iexcl;&otilde;</font><a href="#" target="_blank" style="color: #0066FF;">Chan Lin</a></td></marquee>'); 
    </script>