首页 新闻 会员 周边
3
回答数

回答被采纳 james.top3()把top3()当成类的属性了,而不是我定义的函数怎么办???

1 def sanitize(time_string): 2 if '-' in time_string: 3 splitter = '-' 4 elif ':' in time_string: 5