type
status
date
slug
summary
tags
category
icon
password
导入模块中函数func,不能使用import xxx.func,需要使用from xxx import func,可以直接使用func函数,不需要前面加前缀,或者import xxx,然后用xxx.func方式调用函数
💡
模块导入
🍀
random模块
🎒
collections模块
😃
jieba模块
😪
itertools
💡
tqdm
🪙
functools