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

这样为什么没有输出URL

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

    var b=location.href;

    document.write(b);

 </script>

</head>

<body>

</body>

</html>


提问者:幕布斯3621227 2016-11-21 23:08

个回答

  • 微然传媒ROVER
    2017-02-14 17:47:43

    window.location.herf=""    //定义属性 ";


    window.location.href=""    //定义属性 ";

  • 小白_0001
    2017-01-16 14:35:31

    可以的啊

  • 丶雪碧锅锅锅锅锅
    2016-12-20 14:32:57

    可以运行。

  • 剑指山峰
    2016-12-17 16:48:25

    没问题

  • qq_海上独木舟_04166661
    2016-12-01 12:21:48

    var b=window.location.href,你少了个window

  • stone310
    2016-11-22 08:38:36

    我的可以输出啊