摘要: package com.test.java;public class Test { public static void getService(ServiceFactory sf){ Service s = sf.getService(); s.method1();... 阅读全文
posted @ 2013-09-15 19:29 942391815 阅读(120) 评论(0) 推荐(0)
摘要: package com.test.java;public class Test { public static void getService(ServiceFactory sf){ Service s = sf.getService(); s.method1();... 阅读全文
posted @ 2013-09-15 19:26 942391815 阅读(106) 评论(0) 推荐(0)