
个人总结
文章平均质量分 70
项目
YoungShiHao
这个作者很懒,什么都没留下…
展开
-
安装node-sass出现报错记录
安装node-sass报错处理原创 2022-08-03 01:11:59 · 1527 阅读 · 1 评论 -
根据userAgent判断机型来决定跳转pc还是移动
to PC function redirectToPC(tagart) { var UA = navigator.userAgent; if (UA.indexOf("iPhone") <= -1 && UA.indexOf("Android") <= -1) { location.href = tagart + location.search; } } t...原创 2020-03-18 16:23:00 · 273 阅读 · 0 评论