python的一个验证码识别问题
高洛峰
高洛峰 2017-04-17 17:55:40
0
3
393

网上找了一个验证码识别的程序,执行后返回如下的一串数据,怎么转换成字符串呢?

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(3)
黄舟

I didn’t answer the question because it was unclear, but I invited...

  1. If you don’t want to change the content of a.py, you can consider directing the output to a text file first and then processing the text python a.py >> out

  2. But I think you should just change the logic of the file a.py and directly store the value of the list where you want to output the list content.

伊谢尔伦

Post the code

迷茫

Traverse the list directly and process each element with the str function. But generally such verification codes look at the 1s and 0s and identify the graphics through connections.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template