测试积点老人 发表于 2024-6-7 09:29:28

如何处理文件上传和下载?

回复可见
**** Hidden Message *****

kallinr 发表于 2024-6-11 09:10:06

学习一下

海海豚 发表于 2024-6-11 09:49:05

# 1.导入selenium fromseleniumimportwebdriver fromtimeimportsleep # 2.创建Firefox浏览器配置信息对象,用于存放自定义配置 profile = webdriver.FirefoxProfile() # 3. 配置profile下载相关信息 """ 3.1 指定自定义下载路径,默认只会自动创建一级目录, 如果指定了多级不存在的目录,将会下载到默认路径

bellas 发表于 2024-6-11 10:22:06

.导入selenium fromseleniumimportwebdriver fromtimeimportsleep # 2.创建Firefox浏览器配置信息对象,用于存放自定义配置 profile = webdriver.FirefoxProfile() # 3. 配置profile下载相关信息 """ 3.1 指定自定义下载路径,默认只会自动创建一级目录, 如果指定了多级不存在的目录,将会下载到默认路径

jingzizx 发表于 2024-6-11 14:20:01

哪个方面的处理

oliver.tang 发表于 2024-6-11 15:42:21

upload
页: [1]
查看完整版本: 如何处理文件上传和下载?