일반적인 CSS 목록을 작성하는 것과 같다고 생각할 수 있으며, 두세 줄의 코드만 추가하면 전환 효과가 완성됩니다. 텍스트 타이밍 변경 코드 #newslist{ background:#f8f8f8;border:1px solid silver;padding:1px;height:20px;line-height:20px;width:288px; } #contain{ font-size:12px;overflow:hidden;list-style:none;width:288px;height:20px;margin:0px;padding:0; } #contain li{ height:22px;line-height:22px;white-space:nowrap;overflow:hidden; } 세계 최대 중국 검색엔진 바이두 중국에서 가장 인기 있는 IT 기술 커뮤니티 CSDN 스크립트 하우스 플레이어 [Ctrl A 모두 선택 참고: 외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 ] function xx(){ var container=document.getElementById("contain"); container.appendChild(container.firstChild); } setInterval("xx()",2000);