为了账号安全,请及时绑定邮箱和手机立即绑定

不显示啊。。。咋回事?

<!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 node=document.createElement("p";)

node.classname="message";

var textnode=document.createTextNode("I love Javascript");

node.appendChild(textnode);

document.body.appendChild(node);



</script> 


</body>

</html>


正在回答

2 回答

var node=document.createElement("p");才对,你的分号写进去了就不显示出来

0 回复 有任何疑惑可以回复我~
#1

小匣子wsx 提问者

非常感谢!
2016-03-31 回复 有任何疑惑可以回复我~

classname应该写成className


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

不显示啊。。。咋回事?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信