下载:
https://fake-useragent.herokuapp.com/browsers/0.1.11
另存为:
fake_useragent.json,将json文件保存在代码所在的文件夹下;
之后在UserAgent对应的部分加入如下参数:
location = os.getcwd() + ‘/fake_useragent.json’
ua = fake_useragent.UserAgent(path=location).random
2023-10-24 18:40:10
下载:
https://fake-useragent.herokuapp.com/browsers/0.1.11
另存为:
fake_useragent.json,将json文件保存在代码所在的文件夹下;
之后在UserAgent对应的部分加入如下参数:
location = os.getcwd() + ‘/fake_useragent.json’
ua = fake_useragent.UserAgent(path=location).random