09 2022 档案
摘要:文档: https://lbs.qq.com/ wx.getLocation({ type: 'wgs84', success(res) { console.log(res) }, fail(res) { console.log(res) // getLocation:fail the api ne
阅读全文
摘要:一、方法一:new RegExp 1、概述: RegExp 是正则表达式的缩写;当检索某个文本时,可以使用一种模式来描述要检索的内容。RegExp 就是这种模式 2. RegExp对象的方法 1) RegExp 对象有 3 个方法:test()、exec() 以及 compile(); test()
阅读全文