<!DOCTYPE html> <html> <head> <meta charset=utf-8> </head> <body> <script type="text/javascript"> const _shouldUpdate = (oldVersion, newVersion) => { // 补全代码 let arr1=newVersion.split("."); let arr2=oldVersion.split("."); for...