摘要: config.py # -*- coding: utf-8 -*- cookies = [] userids = [] infile = open("./resources/test_auth_1W_1.txt", 'rb') for line in infile.readlines(): user 阅读全文
posted @ 2020-07-08 17:31 小学生II 阅读(370) 评论(0) 推荐(0) 编辑