- typeOfObj(obj): {
label: string;
name: string;
type: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
}[] Returns {
label: string;
name: string;
type: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function";
}[]
根据 SQL 查询结果对象分析出字段类型
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof