test1


public class App {

  /**
  * Entry point
  */
  public static void main(String[] args) {
    Client host1 = new Client();
    Client host2 = new Client();
    host1.useService(12);
    host2.useService(73);
  }
}
posted @ 2018-12-11 21:18  金山打字通  阅读(66)  评论(0)    收藏  举报