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

提示Uncaught TypeError: Cannot read property 'style' of null at ZUOSHIYAN.html:14

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

</head>

<body>

<p id=“p1”>我是第一段文字</p>

<p id="p2">我是第二段文字</p>

<script type="text/javascript">

document.write("hello");

document.getElementById("p1").style.color = "blue";

</script>

</body>

</html>


请问这是哪里错了

正在回答

2 回答

第10行,p1引号你用的是中文的。。。

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

慕粉1329267929 提问者

我试试
2019-07-27 回复 有任何疑惑可以回复我~
#2

慕粉1329267929 提问者 回复 慕粉1329267929 提问者

谢谢你对了
2019-07-27 回复 有任何疑惑可以回复我~

应该就是符号的中英文问题,你的  document.write("hello"); 这行的“ ;” 就是中文的

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

慕粉1329267929 提问者

嗯已经修改
2019-07-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JavaScript入门篇
  • 参与学习       739958    人
  • 解答问题       9566    个

JavaScript做为一名Web工程师的必备技术,本教程让您快速入门

进入课程

提示Uncaught TypeError: Cannot read property 'style' of null at ZUOSHIYAN.html:14

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