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

这样写有什么错误呢?我写的这个链接没有地方显示出来呀??

这样写有什么错误呢?我写的这个链接没有地方显示出来呀??

<!DOCTYPE HTML>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 

</head>

<body>

 <script type="text/javascript">

var w= document.documentElement.offsetWidth || document.body.offsetWidth;

var h= document.documentElement.offsetHeight || document.body.offsetHeight;

var a=document.createElement("a");

a.href="http://www.imooc.com/";

a.innerHTML="慕课网";

a.style.color=red;

document.body.appendChild(a);

}

document.write(a);

document.write(w+"*"+h);

</script>

</body>

</html>


正在回答

1 回答

首先<script>里多了个},然后a.style.color=red这里的red应该加“”

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

小龙lo 提问者

非常感谢!
2015-08-10 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这样写有什么错误呢?我写的这个链接没有地方显示出来呀??

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