if (Object.keys(object).length === 0) { return false // 如果為空,返回false } return true // 如果不為空,則會執行到這一步,返回true 複製程式 ...
確定! 回上一頁