1、新建html文件

3、效果如图

5、点击链接出现弹框

7、点击clickMe出现弹框附上代码<script type='text/javascript'> <!-- //alert('这是一个测试'); //--></script><!--<a href="javascript:confirm('这是一个测试1');">测试</a>--><p onclick="javascript:alert('hello world');">clickMe</p>
时间:2024-10-26 01:11:33
1、新建html文件
3、效果如图
5、点击链接出现弹框
7、点击clickMe出现弹框附上代码<script type='text/javascript'> <!-- //alert('这是一个测试'); //--></script><!--<a href="javascript:confirm('这是一个测试1');">测试</a>--><p onclick="javascript:alert('hello world');">clickMe</p>