当前位置:首页-在线实验-在线实验
中的 JavaScript

时间:2018-5-3

在本例中,JavaScript 会在页面加载时向 HTML 的 <body> 写文本:

实例

<!DOCTYPE html>
<html>
<body>
.
.
<script>
document.write("<h1>This is a heading</h1>");
document.write("<p>This is a paragraph</p>");
</script>
.
.
</body>
</html>

亲自试一试


    
官方微信    掌上校园