码迷,mamicode.com
首页 > 编程语言 > 详细

python 读取数据接口 ip 字段插入本地文件

时间:2018-07-11 16:35:23      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:roo   res   pytho   url   \n   取数   urllib   select   read   

#!/usr/bin/pythonimport  urllib2import urllibimport  jsonweatherHtml = urllib.urlopen('http://172.17.37.93:1949/machine/select') weatherHtml1 = weatherHtml.read() weatherJSON = json.loads(weatherHtml1) print weatherJSONout=open('/root/cmdb_ip','w') for i in  weatherJSON["data"]:         abc = i['privateIpAddress'] + "\n"         for key in abc:                 out.write(key)


python 读取数据接口 ip 字段插入本地文件

标签:roo   res   pytho   url   \n   取数   urllib   select   read   

原文地址:http://blog.51cto.com/breaklinux/2140481

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!