想請教一下有一份 XML 文件 格式大概是長這樣
<item>
<type>A</type>
<weight>11</weight>
<length>111</length>
<volts>110</volts>
<aged>1</aged>
<old>True</old>
</items>
<item>
<type>B</type>
<weight>22</weight>
<length>222</length>
<volts>220</volts>
<aged>2</aged>
<old>False</old>
</items>
想把它變成 treeview 類似
Root
-> A
-> 11
-> 111
-> 110
-> 1
-> True
-> B
-> 22
-> 222
-> 220
-> 2
-> False
試了一些方法 感覺都很笨
總覺得應該有什麼聰明的方法
謝謝
Links booklink
Contact Us: admin [ a t ] ucptt.com