jquer 的简输出

<title>jquery</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
alert("hello word!");    //弹框
});
</script>

原文地址:https://www.cnblogs.com/tangtangsimida/p/7367640.html