一:interface public interface HelloService { void sayHello(String name); } 二:新建代理实例 public class ProxyUtil