摘要: 一、new出来的对象 public static void main(String[] args) { Integer i=new Integer(20); Integer j=new Integer(20); System.out.println... 阅读全文
posted @ 2019-07-09 16:30 余光都是你 阅读(46) 评论(0) 推荐(0)
摘要: 准备工作: 可能需要的文件: ①(action包)、 其中A文件(是一个接口)的作用就是方便selrvlet调用其实现类的action,里面只有一个方法; Action.java文件就是action了通过实现A这个接口来完成action的任务; ForWar... 阅读全文
posted @ 2019-07-09 11:42 余光都是你 阅读(48) 评论(0) 推荐(0)