location.href在IE跟火狐中的用法区别

location.href在IE和火狐中的用法区别

location.href("xxx");和location.href="xxx";在IE中都能执行

而在火狐中只能用location.href="xxx";