大胆的欠扁
2018-07-31 15:51
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<style type="text/css">
.message{
width:200px;
height:100px;
background-color:#CCC;}
</style>
</head>
<body>
<script type="text/javascript">
var newp=douement.createElement("p");
newp.className="message";
var txt=docuement.createTextNode("I love JavaScript!");
document.body.appendChild(newp);
newp.appendChild(txt);
</script>
</body>
</html>
注意拼写
JavaScript进阶篇
469073 学习 · 22582 问题
相似问题