Closed Suo-Ran closed 2 years ago
python版本:3.9.9
def repr(self): return "<CZSC~{}~{}>".format(self.symbol, self.freq.value) 去掉.value 否者报错:'str' object has no attribute 'value'
def repr(self): return "<CZSC~{}~{}>".format(self.symbol, self.freq.value) 去掉.value 否者报错:'str' object has no attribute 'value'