<!DOCTYPE html>
<html>
<body>

<h1>My First Web Page</h1>

<p>My First Paragraph.</p>

<button onclick="myFunction()">点击这里</button>

<script>
function myFunction()
{
document.write("糟糕!文档消失了。");
}
</script>

</body>
</html>

相关文章:

  • 2021-11-18
  • 2021-11-18
  • 2021-11-18
  • 2021-11-29
  • 2021-11-29
  • 2021-08-13
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2021-11-18
  • 2021-08-04
  • 2021-11-18
  • 2021-11-18
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案