|
以下是代码片段:
</head><body>
<script> l=Array(6,7,8,9,'a','b','b','c','d','e','f') t="<table height=4 width=100% cellspacing=0 cellpadding=0><tr>" for(x=0;x<40;x++){t+="<td id=a_mo"+x+"></td>"} document.write(t+"</tr></table>") function f1(y)y++ setTimeout('f1('+y+')',1)}f1(1) </script>
</body>
</html>
检测代码效果 请进
|