静态变量不可以通过实例来访问,只能通过类名,因为他是共有的。
Pasted image 20230620180951.png
Pasted image 20230620181011.png
上面是错误示范
Pasted image 20230620181325.png

应该使用MyClass3这个类名而不是myClass3这个实例