摘要: 封装类:package com.szys.junit;public class T { int a; int b; public T(int a,int b) { this.a=a; this.b=b; } public int add() { return a + b; } public i... 阅读全文
posted @ 2015-04-30 17:07 39吴梓健 阅读(193) 评论(1) 推荐(0)