I have these two arrays:
我有这两个数组:
var Names = ['jack', 'peter', 'jack', 'john'];
var Ids = ['1' , '2' , '3' , '4' ];
var NamesI have these two arrays:
我有这两个数组:
var Names = ['jack', 'peter', 'jack', 'john'];
var Ids = ['1' , '2' , '3' , '4' ];
var Names