第一个jQuery

<script src = "jquery.js">

$(document).ready(function){

  alert("Hello World!");

}

</script>

05-08 08:11