摘要:
/正则表达式/ 这两个斜杠是JS正则表达式的规则 \s 表示字符串中的空字符 g 表示全部匹配 The \s (lowercase s) matches a whitespace (blank, tab \t, form-feed \f and newline \r or \n). On the o 阅读全文
摘要:
1. cordova插件 1)查看所有已安装的安卓app https://www.npmjs.com/package/cordova-plugin-packagemanager A simple plugin that will return a list of installed applicat 阅读全文