标签:round json request int eva pytho python print period
{"Period":"60","Datapoints":"[{\"timestamp\":1558939800000,\"Value\":502575.2}]","RequestId":"ACAE7BAD-75BA-4075-A396-A6598D59F182","Code":"200"}res = eval(s[‘Datapoints‘])[0][‘Value‘]
print(round(res/1024/1024,2))
标签:round json request int eva pytho python print period
原文地址:https://blog.51cto.com/wsxxsl/2401165