#鼠标悬停chain = ActionChains(driver)implement = driver.find_element_by_link_text()chain.move_to_element(implement).perform()