1.location常见用法
a.location.href = "http://www.baidu.com"
(常用来绑定一个地址,如果有默认绑定事件应该先取消默认绑定事件event.preventDefault())
2.screen 用法
screen.width screen.height (常用来获取屏幕的宽高)
1.location常见用法
a.location.href = "http://www.baidu.com"
(常用来绑定一个地址,如果有默认绑定事件应该先取消默认绑定事件event.preventDefault())
2.screen 用法
screen.width screen.height (常用来获取屏幕的宽高)