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 (常用来获取屏幕的宽高)
本文标题:05.location常见用法 和screen 用法
本文链接:https://www.haomeiwen.com/subject/bdyprxtx.html
网友评论