// iPhone X、iPhone XS
var isIPhoneX = /iphone/gi.test(window.navigator.userAgent) && window.devicePixelRatio && window.devicePixelRatio === && window.screen.width === && window.screen.height === ;
// iPhone XS Max
var isIPhoneXSMax = /iphone/gi.test(window.navigator.userAgent) && window.devicePixelRatio && window.devicePixelRatio === && window.screen.width === && window.screen.height === ;
// iPhone XR
var isIPhoneXR = /iphone/gi.test(window.navigator.userAgent) && window.devicePixelRatio && window.devicePixelRatio === && window.screen.width === && window.screen.height === ;

最新文章

  1. 1.C语言中的数据类型
  2. Linux服务器ftp命令找不到
  3. c point ccccc
  4. centos下apache安装后无法访问
  5. 桌面上嵌入窗口(桌面日历)原理探索(将该窗口的Owner设置成桌面的Shell 窗口,可使用SetWindowLong更改窗口的GWL_HWNDPARENT,还要使用SetWindowPos设置Z-Order)
  6. C#与SQLite数据库
  7. JS数组删除一个元素(根据值删)
  8. 网易云课堂_C++程序设计入门(上)_第2单元:丹青画松石– EGE图形库
  9. 信息处理,分而治之-- ESFramework 使用技巧
  10. C# API 大全
  11. USACO 2015 December Contest, Platinum Problem Max Flow【树链剖分】
  12. jquery ajax标准写法
  13. RocketMQ入门(生产者)_2
  14. angular 用拦截器统一处理http请求和响应 比如加token
  15. nodejs之crypto加密算法
  16. linux上安装mysql,亲试成功
  17. bootstrap引入文件方法
  18. linux c使用socket进行http 通信,并接收任意大小的http响应(五)
  19. 【Codeforces 3D】Least Cost Bracket Sequence
  20. 分布式全文搜索引擎ElasticSearch

热门文章

  1. VC6.0打开或添加工程时崩溃的解决方法
  2. 谈谈axios配置请求头content-type
  3. Docker进阶之二:Docker内部组件
  4. 浅谈SpringMVC执行过程
  5. [转]Have a query in Blue prism coding stage and collection stage.
  6. C# 实体类转json数据过滤掉字段为null的字段
  7. python基础之逻辑运算符
  8. Spring笔记
  9. Android设计模式总结
  10. hbase 工作原理