摘要:
1.pip install SendKeys 2. 利用js去掉元素的隐藏属性,然后输入: 一般控制元素显示或隐藏是用display属性来实现的 但是这里不是用的display属性,而是使用的css的visibility属性来实现的, 于是利用js来去掉隐藏属性,开始想只把visibility属性改 阅读全文
摘要:
For CentOS 7 run the following as root: 2.python安装: pip install pytesseract pip install PILLOW 3.使用代码: import pytesseract from PIL import Image image 阅读全文
摘要:
参考网址:http://www.itdaan.com/blog/2018/05/20/90e64dae077f8ad7fa70bc9c3c8ab422.html 阅读全文
摘要:
1.HTML代码: 2.为外键时,value需要为外键的id,代码如下: 阅读全文