0
点赞
收藏
分享

微信扫一扫

前端项目实战105-isCompoundKey查询

笑望叔叔 2022-10-29 阅读 176

["id"] 76  search_manufacture_size

const isCompoundKey = (primaryKey: PrimaryKey): Boolean => {
return primaryKey.length > 1;
}

判断数组长度是否大于1

返回值Boolean false



举报

相关推荐

0 条评论