中文(繁体)
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 完整的HTML程式碼如下--> < html> <head> <title> 跳動的紅心</title> </head> <body onload="m()"> <script> function m() { a.innerHTML="<p style='font-size :40pt;color:red;'>♥</p>" setTimeout("e()",300) } function e() { a.innerHTML=""; a.innerHTML="<p style='font- size:50pt;color:red;'>♥</p>" setTimeout("m()",300) } </script> <center> <div id=a></div> </center> </ body> </html> <br><br><br> <p><font color=red>//作者:南陽理工學院軟體學院,任彬玉聯絡:0377-3114024,0373-7916269 授權本站發布。 </font></p>