Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/www.xcondor.cn/usr/plugins/AMP/Action.php on line 381

Warning: getimagesize(): Filename cannot be empty in /www/wwwroot/www.xcondor.cn/usr/plugins/AMP/Action.php on line 469
JS 过滤某种键值的方法

沙漠里的小蜜蜂

JS 过滤某种键值的方法


removeUnlessProperty(obj) { let _newPar = {}; for (let key in obj) { if ((obj[key] === this.activeIdx)) { // 记录属性 _newPar[key] = obj[key]; } } // 返回对象 return _newPar; },

当前页面是本站的「Baidu MIP」版。查看和发表评论请点击:完整版 »

因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。