There is an array.
Array( [ids] => Array ( [0] => 1 [1] => 2 [2] => 3) [num] => Array ( [0] = > 2 [2] =
ids=1num=2)Array( ids=2 num=3)Array( ids=3 num=1)天蓬老师2021-01-06 09:40:52
You can use multiple loops or flatten the array. This is basic knowledge of PHP and has nothing to do with TP