单项选择题

在Python中,()关键字用于声明一个类的方法为静态方法。

A.@staticmethod
B.@classmethod
C.@static
D.@method