摘要:
import os def show_AllFiles(path, all_files): # 首先遍历当前目录所有文件及文件夹 file_list = os.listdir(path) # 准备循环判断每个元素是否是文件夹还是文件,是文件的话,把名称传入list,是文件夹的话,递归 for fil 阅读全文
posted @ 2022-01-13 19:11
wangwinnie
阅读(382)
评论(0)
推荐(0)
摘要:
1、 Passing Parameters In URLs==>params You often want to send some sort of data in the URL’s query string. If you were constructing the URL by hand, t 阅读全文
posted @ 2022-01-13 17:04
wangwinnie
阅读(36)
评论(0)
推荐(0)
浙公网安备 33010602011771号