def __init__(self, name) 函数功能RequestedOutput对象初始化。 函数原型def __init__(self, name) 参数说明 参数名 参数类型 输入/输出 说明 name String 输入 输入名称,长度范围[1, 1000],name输入为空时,默认取值为output0。 返回值无 父主题: class RequestedOutput