BOM对象(broser object module):
alert(); //等同于window.alert();
open(); //打开一个新页面
close();//关闭页面
prompt(); //弹出输入框提示框
setTimeout(function,seconds);//定时器time sleep
clearTimeout() // 取消定时器
参考: https://www.cnblogs.com/polk6/p/5045277.html
https://blog.csdn.net/qq_37899792/article/details/95042531