合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
~~~ Array.prototype.notempty = function(){ return this.filter(t => t!=undefined && t!==null); } ~~~ 用例: ~~~ var res = [1,2,null,undefined]; console.log(res.notempty()); //输出[1,2] ~~~