摘要: 接口 shape package shape; public abstract interface shape { public abstract void Draw(); public abstract void getString(); public static void main(Strin 阅读全文
posted @ 2017-03-12 16:50 千彧 阅读(257) 评论(0) 推荐(0)