static注意事项

image

 static方法中没有this.xxx

不带static的方法可以调用所有变量或方法

带static只能访问带static的变量或方法

image

 

posted @ 2025-09-16 15:48  jokercheems  阅读(6)  评论(0)    收藏  举报