访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
class Foo { private static Foo foo = new Foo(); private Foo() {} /* Foo whateverNameYouWant= Foo.getFoo() */ static Foo getFoo() { return this.foo; } }