标签:span 成员 style 作用 静态 访问 font 直接 static关键字
被static修饰的成员变量或方法不需要实例化直接通过类名访问
静态方法不能重写
实例方法可以重写
static关键字的作用
原文地址:https://www.cnblogs.com/wzb0228/p/10456583.html