访问静态变量的时候,为什么一定要写HelloWorld在前面,而不可以直接是className呢?
因为className是HelloWorld类静态成员属性,所以要指定HelloWorld这个类访问静态成员属性