2014年8月8日
摘要: package com.demo.book;public class StaticInitialization{ static Table table = new Table(); static Cupboard cupboard = new Cupboard(); pub... 阅读全文
posted @ 2014-08-08 00:24 端着咖啡码农 阅读(240) 评论(0) 推荐(0)