程序化关注 在同一窗口打开
for tof in tofollow_uid_list:
print(tof)
js = 'window.location.href="https://www.toutiao.com/c/user/{}/"'.format(tof)
browser.execute_script(js)
time.sleep(random.randint(30, 60))
not_followed = 'tab=following'
if not_followed in browser.page_source: