A static or class method, 使用了`static` 修飾符static void aClassMethod() { } // A non-static or instance method , 未使用`static` 修飾符void ...
確定! 回上一頁