摘要: 封装类:package com.szys.junit;public class T { int a; int b; public T(int a,int b)throws Exception { this.a=a; this.b=b; ... 阅读全文
posted @ 2015-05-07 21:42 39吴梓健 阅读(149) 评论(2) 推荐(0)