<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><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <BR><html xmlns="http://www.w3.org/1999/xhtml"> <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> <br>*{ <br>パディング:0px; <br>マージン:0px; <br>} <br>ul{ <br>リストスタイル:なし; <br>} <br>li{ <br>line-height:30px; <br>} <br></style> <br></head> <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> <br>setInterval(function(){ <br>var newList=$('ul :first').clone(true); <br>$('ul').append(newList); <br>$(' ul :first').remove(); <br>},2000); <br><br></script> <br></body> <br></html> <br> </div>