1、引入方法 import thing 2、使用类继承 class Checkinvoice(thing.Thread): def run(self): code = self._arges[0] # 取值 3、插入代码运行即可做到异步任务 p = Checkinvoice(args=(参数1, 参数2)) p.start()