wtuauwfn 发表于 2023-4-3 21:49:05

JSON 有什么好的方法指定年龄排序

{
    "student": [{
      "name": "小花",
      "age": 21
    }, {
      "name": "小娜",
      "age": 20
    }]
}

创世魂 发表于 2023-4-3 22:43:58

没有,这种只能取出来排序。

小蜗牛 发表于 2023-4-4 02:43:05

哈希表.取数组("student").排序("age")

https://bbs.voldp.com/thread-16396-1-1.html

wtuauwfn 发表于 2023-4-4 08:50:23

小蜗牛 发表于 2023-4-4 02:43
哈希表.取数组("student").排序("age")

https://bbs.voldp.com/thread-16396-1-1.html

这个好啊,一句话就右以解决了
页: [1]
查看完整版本: JSON 有什么好的方法指定年龄排序