javascript check empty object function isEmptyObject(obj) { return !Object.keys(obj).length; }. check if object is empty javascript
確定! 回上一頁