Skip to content
PHP小码农
Search
Main Navigation
首页
关于
语言
Html
Css
JavaScript
Php
Vue
TypeScript
Golang
Python
数据
MySQL
Redis
Memcached
MongoDB
MyCat
Kafka
RabbitMQ
ElasticSearch
系统
MacOS
Docker
Debian
Git
Nginx
Appearance
Menu
Return to top
目录
BOM操作
本文主要介绍浏览器对象模型(Browser Object Model,BOM)的相关操作。
常见方法
alert()、confirm()、prompt()
定时器:setTimeout、setInterval
窗口操作
打开关闭窗口:window.open()、window.close()
浏览器信息:navigator、location