不同于IE,在Firefox下,不能使用如下形式的location.href

window.location.href("http://shuai.be/")

只能使用如下形式的

window.location.href = "http://shuai.be/"