流世幻羽

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
public interface FlyInterface {
    public void run();
}
 FlyInterface f = new FlyInterface() {
            @Override
            public void run() {
                System.out.println("你大爷再次");

            }
        };
        f.run();
    }

 

posted on 2019-07-31 17:46  流世幻羽  阅读(292)  评论(0编辑  收藏  举报