var colors=["red","blue",,null,undefined,,"green"]; //remove null and undefined elements from colors var realColors = colors.filter(function (e) {return e !
確定! 回上一頁