题解 | #判断版本#

判断版本

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

{"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 _shouldUpdate = (oldVersion, newVersion) => {\r\n                // 补全代码\r\n                oldarr=oldVersion.split('.');\r\n                newarr=newVersion.split('.');\r\n                for(i=0;i<3;i++){\r\n                    if(newarr[i]>oldarr[i])return true;\r\n                    else if(newarr[i]<oldarr[i])return false;\r\n                    else if(newarr[i]==oldarr[i]) continue;\r\n                }\r\n                return false;\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":"// 请在这里输入代码"}

全部评论

相关推荐

牛至超人:您好,京东物流岗了解一下吗?负责精加工食品的端到端传输
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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