摘要: public class Singleton { private static var _instanceDict :Dictionary = new Dictionary(); public static function getInstance(type : Class, autoCreation : Boolean = true) : ... 阅读全文
posted @ 2013-05-07 16:04 模西的哥哥 阅读(143) 评论(0) 推荐(0) 编辑