横向菜单和滚动停止 2024-06-23 代码 538 次阅读 0 评论 var textMarquee = document.getElementById('textMarquee'); function stopScroll() { textMarquee.stop(); } function startScroll() { textMarquee.start(); } <div id...