我在 python 3.7 上写了一些小脚本来接收实际的浏览器版本
就这个:
import json
def json_open():
file_json = open('/Users/user/PycharmProjects/Test/configuration.json')
return json.load(file_json)
def get_last_version(browser_name):
f = json_open()
res = (f['global']['link_to_latest_browser_version'])
last_version = repr(res.json()['latest']['client'][browser_name]['version'])
#print(last_version[1:-1])
return last_version[1:-1]
此外,json 文件存在,但现在无关紧要。
已收到:
AttributeError: 'str' object has no attribute 'json'.
在排队
last_version = repr(res.json()['latest']['client'][browser_name]['version'])
请告诉我我的错误是什么?
元芳怎么了
UYOU
潇湘沐
ABOUTYOU
慕沐林林
随时随地看视频慕课网APP
相关分类