📅  最后修改于: 2022-03-11 15:02:02.735000             🧑  作者: Mango
//getting the viewport dimensions
var width= Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
var height = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);