JQuery中的HelloWorld
HelloWorld! $(document).ready(function(){ alert("HelloWord!!!"); }) /*//该方法等价于(不用页面加载完成即可调用) $(function(){ alert("HelloWord