为什么我这个js中的alert()不好用呢?
<html><head><scripttype="text/javascript"src="./jquery-1.11.1.min.js"/><scripttype="t...
<html>
<head>
<script type="text/javascript" src="./jquery-1.11.1.min.js"/>
<script type="text/javascript">
alert("dfudfuhd");
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>If you click on me, I will disappear.</p>
</body>
</html> 展开
<head>
<script type="text/javascript" src="./jquery-1.11.1.min.js"/>
<script type="text/javascript">
alert("dfudfuhd");
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>If you click on me, I will disappear.</p>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询