2013年9月15日 星期日

jsp-class



inf:http://stackoverflow.com/questions/2226218/defining-a-class-in-a-jsp

jsp-java

<%!
private static class NdBadIdea {
  private final int foo = 42;
  public int getFoo() {
    return foo;
  }
}
%>

沒有留言:

張貼留言