摘要: 金角大王 的课程确实不错。 从第一节课作业写起。直接看吧。 1 import sys 2 user_name = "alx" 3 password = 123456 4 import time 5 6 import os 7 if os.access("lock.txt", os.F_OK): 8 阅读全文