编程语言
首页 > 编程语言> > 人生苦短,我学python day15 时间、hash和json

人生苦短,我学python day15 时间、hash和json

作者:互联网

一、时间模块

1.时间戳
2.time()
3.将结构体时间转换成字符串时间
4.sleep(时间) - 程序暂停指定时间(单位s)

二、datetime

三、hash摘要

1.hash加密的特点
2.应用场景
3.怎么生成摘要
4.补充:字符串和二进制之间的转换
四、其他模块
五、json数据
1.什么是json
2.json支持的数据类型
3.json数据转python
4.python数据转json

标签:hash,python,t5,字符串,json,time,print,苦短
来源: https://blog.csdn.net/weixin_47927271/article/details/120190867