city icon indicating copy to clipboard operation
city copied to clipboard

支持更多输出格式

Open TooBug opened this issue 11 years ago • 2 comments

[{
  "name":"广东省",
  "children":[{
    "name":"深圳市",
    "children":[{
      "name":"南山区"
    }]
  }]
}]
{
  "广东省":{
    "深圳市":{
      "南山区":{}
    }
  }
}
[
  ["广东省",
    [
      "深圳市",
      ["南山区"]
    ]
  ]
]

TooBug avatar Sep 28 '14 05:09 TooBug

{
  "广东省":[
    "深圳市",
    "广州市"
  ]
}

TooBug avatar Sep 28 '14 05:09 TooBug

缺一个参数值value

zz006598 avatar Oct 09 '17 06:10 zz006598