python如何給軟件設置到期失效

#!/usr/bin/env python # -*- coding: utf-8 -*- import time def now(): return time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time())) s = '2018-10-26 00:00:00' print now() if now()
相關文章
相關標籤/搜索