admin管理员组

文章数量:1570427

/*判断屏幕宽高比是否为16:9*/
function isScreen16to9() {
    return window.screen.height / window.screen.width === 9 / 16;
}

本文标签: 屏幕