题解 | 移除数组中的元素

移除数组中的元素

https://www.nowcoder.com/practice/a93dd26ebb8c425d844acc17bcce9411

{"html":"<!-- 请在此处编写你的代码 -->\\n\r\n<!-- <div id=\"app\"> Hello Nowcoder </div> -->","css":"/* html, body {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n} */","js":"function removeWithoutCopy(arr, item) {\r\n    for(let i =0;i<arr.length;i++){\r\n        if(arr[i]===item){\r\n            arr.splice(i,1);\r\n            i--;/*注意删除之后索引要减一不然会跳到下下个元素*/ \r\n        }\r\n    }\r\n    return arr;\r\n}"}

全部评论

相关推荐

09-24 18:25
门头沟学院 Java
点赞 评论 收藏
分享
点赞 评论 收藏
分享
09-13 08:41
服装/纺织设计
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务