name 和age都是外部类为什么name要通过HelloWorld.this.name使用而age就可以直接输出
name在内部类重新定义,因此要使用外部的name属性,需要使用到外部类.this的关键字