Python3 模擬微信羣發功能

#coding=utf-8 from wxpy import * if __name__=='__main__': bot = Bot() friend = bot.friends() lfri = [] for fri in friend: lfri.append(fri.name) for fri in lfri[:2]:
相關文章
相關標籤/搜索