收起
Simulation Error: 'Returning workspace outputs is supported with only single return argument'这个错误是指你的程序第29行,等号左边只能支持一个返回值,不支持多个返回值,如果有多个值,也只能是返回一个对象,其他值作为这个对象的属性。
报告相同问题?