enum 表示枚举类型,即json中的值必须是enum穷举中的任何一个,往往配合type 为["integer", "number", "string"] 这三个使用,使用方式如下: // schema ...
確定! 回上一頁