请教大神 为什么我的这么没哟输出。求解释啊

来源:8-11 Location对象

qq_可以笑的话不会哭_0

2015-06-17 09:13

求解释。。

写回答 关注

3回答

  • 鲜衣
    2015-09-08 00:58:12

    location[href]

    慕用7027... 回复我们是兄弟

    var s=window.location.[href]; 这里把[]去掉就可以得到当前的URL了

    2015-11-24 12:03:26

    共 3 条回复 >

  • uhelper_net
    2015-06-18 12:10:48

    location.href 是属性不是方法.注意单词的拼写

    我们是兄弟

    <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>location</title> </head> <script type="text/javascript"> var s=window.location.[href]; document.write(s); </script> </head> <body> </body> </html> 我这样写还是没有输出来,这是怎么回事啊

    2015-10-26 16:46:13

    共 1 条回复 >

  • 牙尖十怪
    2015-06-17 09:27:24

    请问  .harf()  这个属性是干嘛的??表示我写好几年JS了都完全没见过。

JavaScript进阶篇

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

468061 学习 · 21891 问题

查看课程

相似问题