17.3.12--time模块

              import time  #导入time模块

        应用的时候有两种方式来表示时间:

                1)时间戳

                 2)格式化的时间str(字符串)

                 3)元祖(struct_time)以及calendar

2---time模块讲解

  

原文地址:https://www.cnblogs.com/xiaoyoucai/p/6538298.html