["id"] 76 search_manufacture_size
const isCompoundKey = (primaryKey: PrimaryKey): Boolean => {
return primaryKey.length > 1;
}
判断数组长度是否大于1
返回值Boolean false
前端项目实战105-isCompoundKey查询
阅读 176
2022-10-29
["id"] 76 search_manufacture_size
const isCompoundKey = (primaryKey: PrimaryKey): Boolean => {
return primaryKey.length > 1;
}
判断数组长度是否大于1
返回值Boolean false
相关推荐
精彩评论(0)