刚看到这种用法,弄了半天,有点明白了
(俺是java菜鸟 :oops: )
(俺是java菜鸟 :oops: )
Method method = null;
String methodName = mapping.getParameter();;
method = form.getClass();.getMethod(methodName, null);;
forward = (String); method.invoke(form, null);;
博主作为Java菜鸟,刚接触到一种Java用法,经过一番研究后稍有明白。
676

被折叠的 条评论
为什么被折叠?



