python常用标准库总结
摘要:文章目录 一.sys 1.识别操作系统 二.os 三.math 四.random 五.time 1.time函数用于返回当前的时间戳(格林尼治时间起至现在的总秒数) 2.localtime函数用于将时间戳格式转化为本地时间,返回(struct_time)对象 3.mktime函数接收struct_t
阅读全文
posted @ 2021-01-23 16:51
posted @ 2021-01-23 16:51
posted @ 2021-01-20 00:14
posted @ 2021-01-18 18:06
posted @ 2021-01-12 14:21