exit_code = os.WEXITSTATUS(os.system(cmd))
上面这句报错,怎么解决啊?
AttributeError: module 'os' has no attribute 'WEXITSTATUS'