04 2021 档案
摘要:# pip install selenium==3.141.0 from selenium import webdriver import time from selenium.webdriver.chrome.options import Options # 配置的包 path = 'chrome
阅读全文
摘要:''' \r 表示将光标的位置回退到本行的开头位置 print(1, 2, end='') 默认换行,end='' 表示用''替换默认换行(也就是不换行) %% 转义% 输出一个% %.2f 小数,保留两位小数 ''' # 进度条模块 def progressbar(url, filepath='.
阅读全文