摘要: 1 <body> 2 <%! 3 4 //1、可定义方法 5 public String outMethod(){ 6 return "outMethod"; 7 } 8 //2、可定义static方法 9 public static String outStaticMethod(){ 10 ret 阅读全文
posted @ 2017-01-08 13:42 欧阳平 阅读(230) 评论(0) 推荐(0)