摘要: 搜索一圈找到一个好用实惠的第三方验证码识别API推荐给大家《云码》 查看开发文档,首先需要注册账号,导入jar包 <!-- https://mvnrepository.com/artifact/net.dongliu/requests --> <dependency> <groupId>net.do 阅读全文
posted @ 2023-11-17 11:50 o小兵o 阅读(144) 评论(0) 推荐(0) 编辑
摘要: import org.openqa.selenium.*; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; 阅读全文
posted @ 2023-11-17 11:24 o小兵o 阅读(36) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.Base64; public class ImageToBase64 { /** * 本地图片转Base 阅读全文
posted @ 2023-11-17 10:22 o小兵o 阅读(24) 评论(0) 推荐(0) 编辑