收起
【相关推荐】
import itchat # 获取数据 def get_data(): itchat.auto_login() friends = itchat.get_friends(update=True) # 返回一个包含用户信息字典的列表 return friends
报告相同问题?