机器人
积分排行榜
Scratch
积分排行榜
Python
在线答题
积分排行榜
活跃排行榜
打字练习
Microbit
C++
在线答题
积分排行榜
活跃排行榜
网盘
积分
未登录
未登录
登录学习
作者:
王骏贤
更新时间:
2025-12-14 18:09
浏览:
18次
点赞:
0次
热度:
22
import requests import json url='https://pvp.qq.com/web201605/js/item.json' res=requests.get(url) res.encoding=res.apparent_encoding jsonData=json.loads(res.text) for i in jsonData: print(i.get('item_name'),end=':') print(i.get('des1'))
点赞成功
分享作品
×