location.href在IE和火狐中的用法区别location.href(xxx)和location.hrefxxx在IE中都能执行而在火
location.href在IE和火狐中的用法区别
location.href("xxx");和location.href="xxx";在IE中都能执行
而在火狐中只能用location.href="xxx";
location.href在IE和火狐中的用法区别
location.href("xxx");和location.href="xxx";在IE中都能执行
而在火狐中只能用location.href="xxx";