//通过高度来判断是否是iPhone 4还是iPhone 5
isPhone4inches = (window.screen.height==480);
isPhone5inches = (window.screen.height==568);


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-11-06
  • 2022-12-23
  • 2021-11-12
  • 2021-06-07
猜你喜欢
  • 2021-09-23
  • 2021-10-04
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案