现在得到的树形结构是按照id正序排序的,请问如果要得到倒序的结构应该怎么做呢?
Closed this issue · 3 comments
threescales commented
现在得到的树形结构是按照id正序排序的,请问如果要得到倒序的结构应该怎么做呢?
internet5 commented
排序这种事应该是服务端已经排好了啊
threescales commented
@internet5 但是转成树形之后就是根据id从小到大了。。。
threescales commented
@internet5 我错了。。。