写xml的问题
请教下,在写xml文件时,怎么写tag,比如:
<test>
<tag1>xue</tag1>
<tag2>xi</tag2>
</test>
在程序中,怎么实现把这些内容写到xml文件中
[解决办法]
发布时间: 2012-09-19 13:43:54 作者: rapoo
写xml的问题
请教下,在写xml文件时,怎么写tag,比如:
<test>
<tag1>xue</tag1>
<tag2>xi</tag2>
</test>
在程序中,怎么实现把这些内容写到xml文件中
[解决办法]