EasyCaptcha icon indicating copy to clipboard operation
EasyCaptcha copied to clipboard

fix bug: 修复算数型验证码text()取值时产生浮点型结果

Open jiefei30 opened this issue 5 years ago • 0 comments

#32 由于engine.eval()方法结果部分是Double,部分是Integer,所以使用强制转换比较麻烦,这里直接对结果进行分隔。 经测试后,算数型验证码不再产生浮点型结果

jiefei30 avatar Aug 21 '20 02:08 jiefei30