I have an array like this
array(){
[0] => Object(
lvl => 0,
name ='1'
),
[1] => Object(
lvl => 1,
name ='2'
),
[2] => Object(
lvl => 2,
name ='3'
),
[3] => Object(
lvl => 1,
name ='4'
),
[4] => Object(
lvl => 0,
name ='5'
),
}
And I have to create multiple list in html (list like categories with subcategories etc) how can I do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…