雾归

导航

js3

js的按钮点击方式和弹窗

<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<!--外部-->
<script src="demo01.js" type="text/javascript"></script>
<!--内嵌-->
<script type="text/javascript">alert("内嵌引入");
 alert("第二局");
 
 </script>
 
</head>
<body>
<!--内联-->
<a href="javascript:alert('123')">点击我</a>
</body>
</html>
// JavaScript Document
alert("这是外部");

 

posted on 2020-09-07 10:07  雾归  阅读(32)  评论(0编辑  收藏  举报