前端BOM对象

location.href 查看当前的url

location.href http://www.baidu.com 跳转URL

location.reload 重载当前页面

windows.alert('你好') 弹出提示框

document.body.coneditable=true 可对网页进行编辑

confirm("你吃饭了吗?") 弹出选择框

prompt("提示框") 

计时器:

  setTimeout("alert(123);",5)  | setTimeout("js语句;",毫秒)  

猜你喜欢

转载自www.cnblogs.com/cou1d/p/12016015.html