this.grid.filter(
function(object){
return object.name != "xx";
}
);
本文共 110 字,大约阅读时间需要 1 分钟。
转载于:https://blog.51cto.com/zzhang/1153072