首页 > 其他分享 >前端项目实战105-isCompoundKey查询

前端项目实战105-isCompoundKey查询

时间:2022-10-29 10:04:59浏览次数:42  
标签:实战 manufacture false isCompoundKey PrimaryKey Boolean primaryKey 105

["id"] 76  search_manufacture_size

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

判断数组长度是否大于1

返回值Boolean false



标签:实战,manufacture,false,isCompoundKey,PrimaryKey,Boolean,primaryKey,105
From: https://blog.51cto.com/u_14476028/5805716

相关文章