微信登录

面向对象 - 实例实例化instance

  1. Person p1 = new Person();
  2. p1.name = "xxx";
  3. p1.run();
面向对象 - 实例实例化instance