摘要: from wxpy import* bot=Bot(cache_path=True) friend_all=bot.friends() lis=[] for a_friend in friend_all: NickName = a_friend.raw.get('NickName',None) #S 阅读全文