最佳答案
将 static 关键字添加到方法中意味着什么?
public static void doSomething(){
//Well, do something!
}
你能把 static
关键字添加到类中吗? 那意味着什么呢?