摘要: 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: # 机器人账号自身 ... 阅读全文
posted @ 2018-04-14 08:44 papering 阅读(196) 评论(0) 推荐(0) 编辑
摘要: # 导入模块 from wxpy import * # 初始化机器人,扫码登陆 bot = Bot() 阅读全文
posted @ 2018-04-14 00:43 papering 阅读(1104) 评论(0) 推荐(0) 编辑