Web 接口
HTMLMarqueeElement - 操作 <marquee> 元素
实例
源代码:
点击运行 »
<marquee>该文本将从右向左滚动</marquee> <marquee direction="up">该文本将从下往上滚动</marquee> <marquee direction="down" width="250" height="200" behavior="alternate" style="border:solid"> <marquee behavior="alternate"> 该文本将反弹 </marquee> </marquee>
运行结果:
点击运行 »