题解 | #新数组#

新数组

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

{"html":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n        <meta charset=utf-8>\r\n    </head>\r\n    <body>\r\n    \t\r\n        <script type=\"text/javascript\">\r\n            const _delete = (array,index) => {\r\n                // 补全代码\r\n                const arr = [];\r\n                for(let i=0;i < array.length;i++) {\r\n                    if(i !== index) {\r\n                        arr.push(array[i])\r\n                    }\r\n                }\r\n                return arr;\r\n            }\r\n        </script>\r\n    </body>\r\n</html>","css":"/* html, body {\\n\\twidth: 100%;\\n\\theight: 100%;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n} */","js":"// 请在这里输入代码"}

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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