js判断是否是iphoneX机型时间:2024-02-29 18:21:59 function isIphoneX(){ return /iphone/gi.test(navigator.userAgent) && (screen.height == 812 && screen.width == 375) }