public class HelloWorld{
private static String className="java开发一班";
}
直接用HelloWorld.className 这种方式就可以
也可以使用实例化对象后,用对象.属性的方式