Discuss / Python / 打卡 加油

打卡 加油

Topic source

Qihong94

#1 Created at ... [Delete] [Delete and Lock User]

import json

def fetch_data(url): with request.urlopen(url) as f: d=f.read() return json.loads(d)


  • 1

Reply