编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script src="https://libs.baidu.com/jquery/1.10.2/jquery.min.js"> </script> <script> $(document).ready(function(){ $(":root").css("background-color","yellow"); }); </script> </head> <body> <h1>This is a heading</h1> </body> </html>
结果:
【此窗口】
帮助?