js 对象判空

var data = {};

(1) JSON.stringify(data) == "{}"

(2) Object.keys(data).length==0

 

你可能感兴趣的:(js)