<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ // $("#msg").html("hello qinyao"); $("#msg").alert("hello qinyao"); }); </script> </head> <body> <div id="msg"></div> </body>
代码如上,哪里错了啊
乔帮主