python编程快速上手之第11章实践项目参考答案(11.11.3)
摘要:
from selenium import webdriver from selenium.webdriver.common.keys import Keys import time browser = webdriver.Firefox() url = 'https://gabrielecirulli.github.io/2048/' browser.get(url) game_ele = br... 阅读全文
posted @ 2017-05-08 22:27 flying-wyf 阅读(297) 评论(0) 推荐(0)
浙公网安备 33010602011771号