【发布时间】:2018-08-30 22:07:02
【问题描述】:
如何将变量a的值传递到令牌后的以下url:
a = 123
import urllib
testfile = urllib.URLopener()
testfile.retrieve("'https://test.test.com/comp/export?format=csv& 'token:' ,"data.csv")
【问题讨论】:
标签: python selenium selenium-chromedriver urllib