Byte b=new Byte("123"); Short s=new Short((short)456); Long l=new Long(789l);
可以不加双引号,例子只是演示调用了不同的构造方法实现封装,具体有哪些构造方法可以查询API