问答详情
源自:8-11 Location对象

为什么我的结果总显示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>

提问者:低谷先生 2015-11-25 16:30

个回答

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

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

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

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

    window.location.href   不是herf