摘要: import json import csv with open('E:\..\道路数据.json',encoding='utf-8') as f: json_file = json.load(f) #选取json表中features中的内容 arr = json_file['features'] 阅读全文
posted @ 2020-09-25 16:47 让我们来分析分析 阅读(2166) 评论(0) 推荐(0)