标签:ict print python爬虫 int str rip json 生成 imp
# dict1 = {}
# import json,re
# res = re.findall(‘\n(.*?)\n‘,str1)
# for i in res:
# aaa = i.split(‘:‘)
# print(aaa)
# if len(aaa) ==2 :
# dict1[aaa[0].strip()] = aaa[1]
# print(dict1)
标签:ict print python爬虫 int str rip json 生成 imp
原文地址:https://www.cnblogs.com/hushuning/p/12790405.html