location.assign('www.imooc.com');为什么这个不行

来源:8-17 编程练习

PrivateStringName

2015-10-18 15:25

<script type="text/javascript">

   //获取显示秒数的元素,通过定时器来更改秒数。
   location.assign('www.imooc.com');
   //通过window的location和history对象来控制网页的跳转。

</script>

写回答 关注

2回答

  • 黑色丶毛衣
    2015-10-18 16:49:48
    已采纳

    你并没没有说明HTTP协议

     location.assign('http://www.imooc.com');

    这样就可以了!

    Privat...

    非常感谢!

    2015-10-20 16:53:18

    共 1 条回复 >

  • 水瓶天宇
    2016-01-24 22:25:42

    location.assign("www.imooc.com");

JavaScript进阶篇

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

468060 学习 · 21891 问题

查看课程

相似问题