摘要: #coding:utf8#author:mylittlegoblinclass Test_Getint: def get_int(self,words): return int(''.join(filter(str.isdigit,words))) def test_get_int(self): a 阅读全文
posted @ 2021-11-09 16:25 你是我的小妖精 阅读(34) 评论(0) 推荐(0)