+
95
-

回答

let arr = [];
if (arr.length == 0){
console.log("数组为空")
}else {
console.log("数组不为空")
}

网友回复

我知道答案,我要回答