摘要: // 使用继承public class Test2{ public static void main(String[] args){ Account act = new Account(); act.setActno("0715"); act.setBalance(2000); System.out 阅读全文
posted @ 2021-09-25 18:54 沉默的言兴与誉 阅读(32) 评论(0) 推荐(0)