Rumah > Artikel > hujung hadapan web > JavaScript melaksanakan perubahan automatik kemahiran color_javascript sempadan jadual
Kod adalah seperti berikut, anda juga boleh melihat kesannya dengan menyimpannya ke fail HTML:
<html> <head> <meta charset="utf-8"> <title>表格边框变换颜色代码</title> </head> <body> <table border="0" width="261" id="change_jb51_net" style="border:1px solid red"> <tr> <td>等待,然后注意看边框是不是变色了?</td> </tr> </table> <script> <!-- function hovertreecolor(){ if (change_jb51_net.style.borderColor=="blue") change_jb51_net.style.borderColor="red" else change_jb51_net.style.borderColor="blue" } setInterval("hovertreecolor()", 3000) </script> </body> </html>
Di atas adalah keseluruhan kandungan artikel ini, saya harap anda semua menyukainya.