摘要:
f = 't.txt' l = [] with open(f, 'r', encoding='utf-8') as fr: for i in fr: l.append(i) # 导入模块 from wxpy import * # 初始化机器人,扫码登陆 bot = Bot() import time while True: # 机器人账号自身 ... 阅读全文
摘要:
# 导入模块 from wxpy import * # 初始化机器人,扫码登陆 bot = Bot() 阅读全文