1. 首页
  2. 编程语言
  3. Perl
  4. google 地图转换工具

google 地图转换工具

上传者: 2020-05-26 21:39:28上传 RAR文件 1.04KB 热度 27次
#!/bin/bash if[x$1=x] then echo"用法:./geocoding.shfilename" exit-1 fi whilereadfileline do RESULT=`curl"http://maps.googleapis.com/maps/api/geocode/xml?address="$fileline"&sensor=false&language=zh-CN"2>/dev/null` LAT=`echo$RESULT|awk-F"location>"'{print$2}'|awk-F">"'{print
用户评论