const _shouldUpdate = (oldVersion, newVersion) => { // 补全代码 return oldVersion < newVersion?true:false }