Convert list object into array

后端 未结 0 1413
既然无缘
既然无缘 2020-12-03 11:30

I have a list object { value: 5, rest: { value: 10, rest: { value: 15, rest: null } } } that should be converted into array. I was trying to iterate through the list to take

相关标签:
回答
  • 消灭零回复
提交回复
热议问题