??????????????“?????????” ??????????? ??UI?????????????
???????????????ν????????????????????????????????????
????????web??????????????????????????????????????????????????????????????????к???????????????????????????????????????????????????????Ч??????????????2??????????????????????????????????????????????????????????????????????????????????????????????
?????????????′?????????????????
????????????
?????????????????????????????????????????????????????????????????????????????????????????????鷳???????????????????????????????????????????????????
??????????
????????????????????????????????????????????в???????????????????????????????????????“????”---???????“?????”??????????????“?????”??????????????????????????????????????????
????#coding=utf-8
????import random
????#????0??10?????????
????#d = random.uniform(0??10)
????#print d
????#???????1000??9999???????????
????d = random.randint(1000??9999)
????print u"??????????:%d " %d
????i = input(u"???????????:")
????print i
????if i == d:
????print u"??????!!"
????elif i == 1111:
????print u"??????!!"
????else:
????print u"???????????????"
???????н????
???????????
????>>> ================================ RESTART ================================
????>>>
??????????????:3764
???????????????:1111
????1111
??????????!!
????>>> ================================ RESTART ================================
????>>>
??????????????:3763
???????????????:3763
????3763
??????????!!
????>>> ================================ RESTART ================================
????>>>
??????????????:1928
???????????????:1354646
????1354646
???????????????????
????random
????random?????????????
????randint()
????randint()???????????????????????????????????????????????Χ??randint(1000??9999)????????????????????????
????????????????????????????????????????ж???????????????????????????????????????1111?????????????????????????1111???ж????????
??????????????
??????????????Python-tesseract ????????????Python-tesseract??????????Tesseract OCR?????Python????????????κγ?????????(JPG?? GIF ??PNG ?? TIFF??)????????????????????????????????κ?????????????????????????? ??
???????cookie
????????????UI???????????????????????????????????cookie ?? ???м?????????
???????????????????cookie ???????????????????????????????????????????????????????????????add_cookie()???????????????д???????cookie ????η??????????????????????????????????
????....
????#????xxxx???
????driver.get("http://www.xxxx.cn/")
????#???????????д???????cookie
????driver.add_cookie({'name':'Login_UserNumber'?? 'value':'username'})
????driver.add_cookie({'name':'Login_Passwd'?? 'value':'password'})
????#??η???xxxx???????????????
????driver.get("http://www.xxxx.cn/")
????time.sleep(3)
????....
????driver.quit()
???????cookie???е????????????λ????????????name ????????????name ????????????value ????????????????????
?????????????????get_cookies()?????????????????е?cookie???????????????????????????name ????????????????????????????????????????
???????
????????????????Ч??????????????????????????OK??????????“??????????????”???????о?????????????