$arr = [
['title' => '菜单一', 'sort' => 5, 'child' => []],
[
'title' => '菜单二',
'sort' => 4,
'child' => [
['title' => '菜单三', 'sort' => 10, 'child' => []],
['title' => '菜单四', 'sort' => 9, 'child' => []],
],
],
[
'title' => '菜单五',
'sort' => 3,
'child' => [
['title' => '菜单六', 'sort' => 7, 'child' => []],
['title' => '菜单七', 'sort' => 6, 'child' => [
['title' => '菜单七', 'sort' => 10, 'child' => [],
['title' => '菜单七', 'sort' => 9, 'child' => [] ]],
],
]
];
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…