python 也有 class method
用法:
class A:
classVariable1
@classmethod
def thisisclassmethodsetter(cls,para1):
cls.classVariable1 = para1
@classmethod
def thisisclassmethodgetter(cls):
return cls.classVariable1
我接下來想要 c# 的 partial class 及 extension method 了,怎辦?
沒有留言:
張貼留言