当前位置:首页 » 《关注互联网》 » 正文

web地图钻取+阿里的依赖库+转义字符变成正规json_q18852548808的博客

11 人参与  2021年08月24日 08:43  分类 : 《关注互联网》  评论

点击全文阅读


1.web地图钻取

http://datav.aliyun.com/tools/atlas/index.html#&lat=30.316551722910102&lng=106.68898666525284&zoom=3.5

2.阿里的依赖库

//阿里镜像仓库
maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' }
maven { url
"https://jitpack.io" }
maven { url
"https://oss.sonatype.org/content/repositories/snapshots/" }
mavenCentral()

3.转义字符变成正规json

(1)接口原数据,包含转义字符

"{\"code\":200,\"message\":\"success\",\"result\":\"100\",\"successful\":true}"

(2)通过replace去掉斜杠,转义字符变正规json

(3)得到正确的json数据

{"code":200,"message":"success","result":"100","successful":true}

 


点击全文阅读


本文链接:http://zhangshiyu.com/post/26038.html

转义  字符  阿里  
<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1