用循环中的filter方法。
var colors = ["red", "blue", "grey"]; colors = colors.filter(function(item) { return item != "red" }); console.log(colors); // ["blue", "grey"]
在 https://www.cnblogs.com/yanggb/p/11464821.html 此博客看到的船新版本,你值得拥有
2022-10-30 12:46:30
用循环中的filter方法。
var colors = ["red", "blue", "grey"]; colors = colors.filter(function(item) { return item != "red" }); console.log(colors); // ["blue", "grey"]
在 https://www.cnblogs.com/yanggb/p/11464821.html 此博客看到的船新版本,你值得拥有
下一篇:水平布局组件