执行js代码 # bro.execute_script('alert("美女")') bro.execute_script("alert(window.location)") # 能弹出当前页面的网址 # bro.execute_script('scrollTo(0,document.documentElement.scrollHeight)') time.sleep(2) bro.close() # 关闭浏览器 --- . . . . . . 5.5 切换选项卡,就是再打开一个页...