filter to remove the empty objects before stringifying. JSON.stringify(array.filter(function(el) { // keep element if ...
確定! 回上一頁