DBruceLee
Results
1
issues of
DBruceLee
```java SpecCaptcha captcha = new SpecCaptcha(130, 48, 4); System.out.println(captcha.toBase64()); 调用 captcha.toBase64() 方法 会导致系统内存持续上涨,求解决方案 ```