KeyError: 'items'

p = json.loads(html)['items'] # 转为json格式 提取items字段

print(json.loads(html))

看看数据是否转换成功