Serializable
摘要:
import java.io.*; public class Box implements Serializable { private int width; private int height; public void setWidth(int width){ this.width = widt 阅读全文
posted @ 2016-08-12 09:29 卅年 阅读(145) 评论(0) 推荐(0)
posted @ 2016-08-12 09:29 卅年 阅读(145) 评论(0) 推荐(0)