Newbie_小白
没有都对的别人,也没有全错的自己,至少要有自己的坚持,无关他人、无关外物!
function isIphoneX(){
    return /iphone/gi.test(navigator.userAgent) && (screen.height == 812 && screen.width == 375)
}

 

posted on 2017-12-01 16:51  Newbie_小白  阅读(9964)  评论(0编辑  收藏  举报