1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| $list1=[
['name'=> '好好','other'=> '1'],
['name'=> '新保','other'=> '2'],
['name'=> '天天','other'=> '3'],
['name'=> '向上','other'=> '4'],
['name'=> '哈哈','other'=> '5'],
['name'=> '哈23哈','other'=> '6']
];
$list2=[
['name'=> '好好','other'=> '7'],
['name'=> '新保','other'=> '8'],
['name'=> '天123天','other'=> '9'],
['name'=> '向dd上','other'=> '10'],
['name'=> '哈dd哈','other'=> '11']
]; |