Unable to parse Build/WebGLOut.framework.js.unityweb! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server) iis报错的 .unityweb application/octet-stream iis中添加
MIME类型
.data
applicatio…
一、下载selenium
pip install selenium4.1.1 --ignore-installed
二、导包
from selenium import webdriver
#用于支持下拉列表
from selenium.webdriver.support.select import Select
from time import sleep三、浏览器
用于打开浏览器操作,首先需要把浏览…