//获取屏幕宽度:
const width = window.screen.width
//获取屏幕高度:
const height = window.screen.height