摘要: 参考代码如下: 1.用户登录程序流程控制代码: 1 # 编辑者:闫龙 2 if __name__ == '__main__': 3 import UserLoginFuncation 4 LoclCount=[]; 5 while True: 6 UserName = input("用户名:>>") 阅读全文
posted @ 2017-04-10 23:39 DragonFire 阅读(339) 评论(0) 推荐(0) 编辑
摘要: import time def DecoUserPrint(UserFunc):#定义一个DecoUserPrint接收参数的多重方法 def DecoPrint(): StartTime = time.time() UserFunc()#执行DecoPrint接收的方法 OverTime = time.time() pri... 阅读全文
posted @ 2017-04-10 22:31 DragonFire 阅读(218) 评论(0) 推荐(0) 编辑