2019年6月5日

摘要: 1、 将布尔型、整型、长整型、双精度型作为参数,实例化相应的包装类对象,并输出对象的数值。 代码: public class aaa { public static void main(String[] args) { Boolean a = new Boolean(true); Integer b 阅读全文
posted @ 2019-06-05 11:54 颜俊杰 阅读(113) 评论(0) 推荐(0) 编辑
 
摘要: import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.util.Calendar;import javax.swing.*;public class ccc implements Acti 阅读全文
posted @ 2019-06-05 11:42 颜俊杰 阅读(99) 评论(0) 推荐(0) 编辑