安科网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <script src="//libs.baidu.com/jquery/1.10.2/jquery.min.js"> </script> <script> $(document).ready(function(){ $("[id]").css("background-color","yellow"); }); </script> </head> <body> <h1>Welcome to My Homepage</h1> <p class="intro">My name is Donald.</p> <p>I live in Duckburg.</p> <p>My best friend is Mickey.</p> Who is your favourite: <ul id="choose"> <li>Goofy</li> <li>Mickey</li> <li>Pluto</li> </ul> </body> </html>
运行结果
Copyright © 2013 - 2019 Ancii.com All Rights Reserved
京ICP备18063983号-5
京公网安备11010802014868号