易采站長(zhǎng)站,站長(zhǎng)之家為您整理了Python實(shí)現(xiàn)超星學(xué)習(xí)通簽到(學(xué)習(xí)記錄貼)——(4月1日更新的相關(guān)內(nèi)容。
t_dict = json.loads(response.text) return t_dict['objectId'] def __call__(self, *args, **kwargs): def __call__(self, *args, **kwargs): global cookie, uid cookie = self.Cookie_get() uid = cookie['UID'] print(uid) self.Course_get() while True: try: for i in range(index): time.sleep(15) condition = self.Sign(course_data[i]['courseid'], course_data[i]['classid']) if condition: pass else: print('課程:', course_data[i]['name'], '未查詢到簽到活動(dòng)') except Exception as e: print("error", e) if __name__ == '__main__': username = input("請(qǐng)輸入賬號(hào):n>") password = input("請(qǐng)輸入密碼:n>") Generator = Operate(username, password) Generator()
作者:Full stack. 以上就是關(guān)于對(duì)Python實(shí)現(xiàn)超星學(xué)習(xí)通簽到(學(xué)習(xí)記錄貼)——(4月1日更新的詳細(xì)介紹。歡迎大家對(duì)Python實(shí)現(xiàn)超星學(xué)習(xí)通簽到(學(xué)習(xí)記錄貼)——(4月1日更新內(nèi)容提出寶貴意見(jiàn)
|