How to sort multiple array in javascript based on the sorted indexes targeted array from them (effectively)

前端 未结 0 1150
忘掉有多难
忘掉有多难 2021-01-29 12:20

I have multiple arrays. Lets take three for example: long, lati, and depth:

var long = [3, 4, 6, 5, 7, 8];
var lati = [2.2, 4.3, 0.5, 1.3, 2.3, 1.1];
var depth =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题