用伪代码:
loop through the rows: loop through all children of `Row`: write out the text append a comma new line
这个快速的小循环将在每行的末尾写一个逗号,但是我敢肯定您可以弄清楚如何删除它。
为了实际解析XML,我建议使用JDOM。它具有非常直观的API。

用伪代码:
loop through the rows: loop through all children of `Row`: write out the text append a comma new line
这个快速的小循环将在每行的末尾写一个逗号,但是我敢肯定您可以弄清楚如何删除它。
为了实际解析XML,我建议使用JDOM。它具有非常直观的API。