for example. Integer array A:
[0,2,3]
Array B:
[
{id:22, name:"aaa"},
{id:1, name:"sss"},
{id:2, name:"qq"},
{id:5, name:"sdd"},
...
]
according to array A, the required data is id of [0], [2], [3] bits of array B. It"s [22pr 2pr 5] like this. Could you tell me how to extract it?