摘要: Captcha captcha = getCaptcha(captchaId); // 通过反射获取验证码值 Class classType = captcha.getClass(); Field field; field = classType.getDeclaredField("response"); field.setAccessible(true); // 抑制Java对修饰符的... 阅读全文
posted @ 2018-03-29 14:07 梦见舟 阅读(774) 评论(0) 推荐(0)
摘要: 参考资料: http://www.runoob.com/go/go-tutorial.html 阅读全文
posted @ 2018-03-29 09:47 梦见舟 阅读(109) 评论(0) 推荐(0)