day-16.6 BOM常用的方法(open);

一、window.open();

window.open("url");

open方法,除了,可以带url之外,还可以带很多参数,比如新开的页面的窗口大小等等;

二、window.close();

关闭当前标签页,

当代码执行到这段的时候,当前打开的标签页就会自动关闭;

三、定时器;

setInterval();

setTimeout();

clearInterval();

clearTimeout();

四、scrollTo(),scrollBy();

滚动到某个坐标;

五、文本相关的方法,alert();confirm();prompt();

alert();文本弹窗;

confirm();文本确认;

prompt();文本输入;

 

posted @ 2018-07-30 17:14  bibiguo  阅读(261)  评论(0)    收藏  举报