Randomly click links from a text file

前端 未结 0 1073
执念已碎
执念已碎 2020-12-22 07:34

I have a list of 10 links in a textfile(links.txt) that currently works with the code below;

with open("links.txt") as in_file:
    for url in in_fi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题