get方法

get(self, name)


def get(self, name):
    ...
范围类型描述
namestr

get(self, index)


def get(self, index):
    ...
范围类型描述
indexint

也可以看看