07 2020 档案
摘要:plus.runtime.launchApplication({ action: `https://itunes.apple.com/cn/app/xxx-xxx-xx-xx/idxxxxxxxxxx?mt=8` }, function(e) { console.log('Open system d
阅读全文
摘要:苹果手机用safari打开:http://www.pgyer.com/tools/udid
阅读全文
摘要:1.文件 新建 Ctrl + N 关闭 Ctrl + F4 全部关闭 Ctrl + Shift + F4 属性 Alt + Enter 2.编辑 激活代码助手 Alt + / 激活快捷键视图 Ctrl + Shift + L 开启关闭注释整行 Ctrl + / 开启关闭注释已选内容 Ctrl + S
阅读全文
摘要:1.基本类型:undefined、null、string、number、boolean、symbo(ES6) 1.1 普通基本类型:undefined、null、symbol(ES6) 1.2 特殊基本包装类型:string、number、boolean 2.引用类型:Object、Function
阅读全文