swift中的类方法

Posted by Genie on July 1, 2020

classstatic 在swift中都是类方法的关键词,都可以通过在func前添加来实现。

class enum struct protocol 中使用class static

enum struct protocol 中使用static