为什么我的结果总显示undefined?

来源:8-11 Location对象

低谷先生

2015-11-25 16:30

<!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>

写回答 关注

2回答

  • 小火雷玄羡菲黛
    2016-01-06 15:55:22

    代码写错了,是href,    不是herf

  • neoyoun
    2015-11-25 16:36:13

    写代码认真一点先把代码写对再来问问题吧朋友。

    window.location.href   不是herf

JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468060 学习 · 21891 问题

查看课程

相似问题