左右滚动的跑马灯如何实现
_g().startMarquee({
offset: 2,
interval: 0.3,
stopOnHover: false,
to:'left'
// 'top':向上滚动 'left':向左滚动 'right':向右滚动 'bottom':向下滚动
}); //实现每 0.3s 向左滚动 2 px,鼠标悬停时不暂停
用html语言实现 https://help.fanruan.com/finereport/doc-view-1758.html