会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前端HL
只是记录一些个人笔记而已!!!
博客园
首页
新随笔
联系
管理
订阅
2020年3月27日
vscode格式化
摘要: 文件-首选项-设置,收缩tabSize 格式化快捷键shift+Alt+F
阅读全文
posted @ 2020-03-27 10:47 前端HL
阅读(652)
评论(0)
推荐(0)
编辑
uniapp判断当前环境是ios还是android
摘要: 判断是苹果: uni.getSystemInfoSync().platform == 'ios' 安卓: uni.getSystemInfoSync().platform 'android' switch(uni.getSystemInfoSync().platform){ case 'androi
阅读全文
posted @ 2020-03-27 10:13 前端HL
阅读(8835)
评论(0)
推荐(0)
编辑
公告