会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
贝子涵夕
博客园
首页
新随笔
联系
管理
订阅
2020年3月26日
判断项目运行在移动端还是pc端
摘要: // 初始值设置为不是移动端 const [isMobile, setIsMobile] = useState<boolean>(false); const ua = navigator.userAgent.toLowerCase(); const agents = ['iphone', 'ipad
阅读全文
posted @ 2020-03-26 10:08 贝子涵夕
阅读(1296)
评论(0)
推荐(0)
编辑
公告