<div class="codetitle"> <span><a style="CURSOR: pointer" data="45295" class="copybut" id="copybut45295" onclick="doCopy('code45295')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code45295"> <br> <br> <br> <br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <br><title>无标题文档</title> <br><script src="jquery-1.7.2.js"></script> <br><style> <BR>*{ <BR>padding:0px; <BR>margin:0px; <BR>} <BR>ul{ <BR>list-style:none; <BR>} <BR>li{ <BR>line-height:30px; <BR>} <BR></style> <br> <br><br> <br><ul> <br><li>1111</li> <br><li>22222</li> <br><li>3333</li> <br><li>44444</li> <br><li>5555</li> <br><li>66666</li> <br> </ul> <br><script> <BR>setInterval(function(){ <BR>var newList=$('ul :first').clone(true); <BR>$('ul').append(newList); <BR>$('ul :first').remove(); <BR>},2000); <br><br></script> <br> <br> <br> </div>