|
|
@ -477,6 +477,9 @@ function erji() { |
|
|
|
let list1 = 列表[i1].title; |
|
|
|
let list1 = 列表[i1].title; |
|
|
|
let list2 = 列表[i2].title; |
|
|
|
let list2 = 列表[i2].title; |
|
|
|
let list3 = 列表[i3].title; |
|
|
|
let list3 = 列表[i3].title; |
|
|
|
|
|
|
|
log(list1); |
|
|
|
|
|
|
|
log(list2); |
|
|
|
|
|
|
|
log(list3); |
|
|
|
if(parseInt(list1.match(/(\d+)/)[0])>parseInt(list2.match(/(\d+)/)[0]) && parseInt(list2.match(/(\d+)/)[0])>parseInt(list3.match(/(\d+)/)[0])){ |
|
|
|
if(parseInt(list1.match(/(\d+)/)[0])>parseInt(list2.match(/(\d+)/)[0]) && parseInt(list2.match(/(\d+)/)[0])>parseInt(list3.match(/(\d+)/)[0])){ |
|
|
|
列表.reverse(); |
|
|
|
列表.reverse(); |
|
|
|
} |
|
|
|
} |
|
|
|