用静态属性代替 class TestObject { private static let initialize: () = { print("initialize") }() init() { TestObject.initialize } }
用静态属性代替