摘要: import timedef getTime(): ''' %y 两位数的年份表示(00-99) %Y 四位数的年份表示(000-9999) %m 月份(01-12) %d 月内中的一天(0-31) %H 24小时制小时数(0-23) %I 12小时制小时数(01-12) %M 分钟数(00=59) 阅读全文
posted @ 2022-11-09 15:58 OldHarry 阅读(513) 评论(0) 推荐(0) 编辑
摘要: import matplotlib.pyplot as plt def DrawFree(listone,listtwo): plt.rcParams['font.sans-serif']=['SimHei'] #用来正常显示中文标签 plt.rcParams['axes.unicode_minus 阅读全文
posted @ 2022-11-09 15:39 OldHarry 阅读(86) 评论(0) 推荐(0) 编辑