11 2022 档案
js判断当前手机是否有touch bar
摘要:参考资料:https://useyourloaf.com/blog/iphone-12-screen-sizes/ export const hasBottomToolBar = () => { return ( /iphone/gi.test(navigator.userAgent) && win 阅读全文
posted @ 2022-11-29 17:12 ygunoil 阅读(84) 评论(0) 推荐(0) 编辑
ios中getTime()的兼容性问题
摘要:时间格式为:2017-12-12 12:00:00在苹果上获取时间戳有兼容性问题 需要转换成2017/12/12 12:00:00 才可以正确获取到时间戳 var getTime=function(time){ var myDate = new Date(time); var u = navigat 阅读全文
posted @ 2022-11-29 17:07 ygunoil 阅读(194) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示