📅  最后修改于: 2022-03-11 15:01:39.596000             🧑  作者: Mango
if (!Array.isArray(array) || !array.length) {
// array does not exist, is not an array, or is empty
// ⇒ do not attempt to process array
}