API 参考
    正在准备搜索索引...

    接口 StandardExecutorResponse

    标准执行器响应结果

    interface StandardExecutorResponse {
        code: null | number;
        stderr: string;
        stdout: string;
    }

    层级 (查看层级一览)

    索引

    属性

    code: null | number
    stderr: string
    stdout: string