ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# GPS缓存 * 案例 ~~~ plus.storage.getItem('sbh_lat'); //纬度值 plus.storage.getItem('sbh_long'); //经度值 plus.storage.getItem('sbh_alt'); //海拔高度 plus.storage.getItem('sbh_country'); //国家 plus.storage.getItem('sbh_province'); //省份 plus.storage.getItem('sbh_city'); //城市名 plus.storage.getItem('sbh_district'); //地区名 plus.storage.getItem('sbh_street'); //街道名 plus.storage.getItem('sbh_streetNum'); //门牌号 plus.storage.getItem('sbh_poiName'); //POI信息 plus.storage.getItem('sbh_postalCode'); //邮政编码 plus.storage.getItem('sbh_cityCode'); //城市代码 plus.storage.getItem('sbh_address'); //完整地址 ~~~