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

为什么我提交之后是undefined

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>location</title>
</head>
 <script type="text/javascript">
     document.write(window.location.herf);
 </script>
</head>
<body>
</body>
</html>


正在回答

3 回答

href写错了……

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

Ticvory 提问者

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

因为你window.location.herf属性没有定义,属性未定义则输出undefined;

在之前加上定义就好了

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>location</title>
</head>
 <script type="text/javascript">
     window.location.herf="    //定义属性 
     document.write(window.location.herf);
 </script>
</head>
<body>
</body>
</html>


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

没有定义变量

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

举报

0/150
提交
取消

为什么我提交之后是undefined

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