摘要:
@Test public void test1() throws Exception { //1.创建Person对象 Person p = new Person(); p.setName("张三"); p.setAge(23); p.setGender("男"); //2.创建Jackson的核心 阅读全文
摘要:
阅读全文
摘要:
先定义一个公共的接口 public interface SalaComputer { public abstract String sala(double money); public abstract void show(); } 一个真实对象 /** * 真实类 */ public class 阅读全文
摘要:
阅读全文
摘要:
相当于for( int i ; i <= 10 ;i ++):begin,end,var,step,属性 遍历集合:items:相当于是list,var是str 》for(string str: list){} 阅读全文
摘要:
阅读全文
摘要:
阅读全文