我还没找到解决问题的办法.我必须从内部类中调用外部类方法。在调试过程中,我得到了(除其他外):01-10 1829038): at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:355)
如果不进行调试,应用程序只会崩溃(调用外部类方法
<%! static int s = 0;%>
father f1 = new father();f1.s++;%>The field s cannot be declared static; static fields can only be declared in static or top level t