function isIphoneX(){ return /iphone/gi.test(navigator.userAgent) && (screen.height == 812 && screen.width == 375) } 相关文章: 2021-11-30 2021-10-16 2021-12-07 2021-12-07 2021-12-07 2021-10-16 2021-10-16