摘要: public class Come { @Test public void Mytest(){ Collection co = new ArrayList(); co.add("aa"); co.contains( new Person(14,"Tom")); boolean coll = co.c 阅读全文
posted @ 2021-02-27 17:11 Dasn 阅读(460) 评论(0) 推荐(0)