摘要:
public interface Tree { public static String name="树名"; default public void run1(){ System.out.println(name); }; } public class YangShu implements Tre 阅读全文
posted @ 2018-09-03 16:08
pecool
阅读(1160)
评论(0)
推荐(0)
浙公网安备 33010602011771号