sunxiaolong905417077
function isIphoneX(){
    return /iphone/gi.test(navigator.userAgent) && (screen.height == 812 && screen.width == 375)
}

 

分类:

技术点:

相关文章: