共计 252 个字符,预计需要花费 1 分钟才能阅读完成。
一、temp:长期文件夹。
依据操作的过程进行长期保留的文件技术。python 中临时文件及文件夹应用。应用的是 tempfile 包
装置
pip install tempfile
二、temp:一个变量
for 循环前面的 temp 是一个变量,这个变量循环一次,顺次是前面列表中的元素,具体来说,temp 的值是循环。
第一次是 student_infos[0],
第二次是 student_infos[1],......
最初一次是 student_infos[-1].
以上就是 python 中对于 temp 的简略介绍,心愿能对你有所帮哦~
正文完