公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyinweb
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
静态页面完成
zhangwei
2025-12-18
f06e90a56101f9ef2c69a27fc77d3489409dc05a
[chuanyinweb.git]
/
src
/
common
/
ip.js
1
2
3
4
5
6
7
8
9
import jsonp from "jsonp"
export const Q0Map =(address)=>{
return jsonp(`https://apis.map.qq.com/ws/geocoder/v1`,
{
output:"jsonp",
key:'S3UBZ-KJP3Q-Z5A5F-GHMMM-4HADV-6RFFZ',
address
})
}