摘要:
class get_data_class: def process(self,s,dic_zhuli,one_symbol,scale,format_list): if not s: # [["2020-05-21 15:00:00","2737.000","2742.000","2737.000" 阅读全文
摘要:
class staticmethod(object): """ staticmethod(function) -> method Convert a function to be a static method. A static method does not receive an implici 阅读全文