java的xstream问题
我用xstream将对象转为xml,然后出现<attachmentformat=".html"><url>pro_file/advice/aaa.html</url></...
我用xstream将对象转为xml,然后出现
<attachment format=".html">
<url>pro_file/advice/aaa.html</url>
</attachment >
我想要保留url的内容,但是不要<url></url>这个标签,该如何做,或者进行注解的呢 展开
<attachment format=".html">
<url>pro_file/advice/aaa.html</url>
</attachment >
我想要保留url的内容,但是不要<url></url>这个标签,该如何做,或者进行注解的呢 展开
1个回答
2015-10-10
展开全部
Element elements2 = new Element("security");
elements2.addContent(new Element("code").setText(getCode() );
elements2.addContent(new Element("key").setText(getKey() );
望采纳,谢谢
elements2.addContent(new Element("code").setText(getCode() );
elements2.addContent(new Element("key").setText(getKey() );
望采纳,谢谢
追问
这个,我用的是通过xstream直接将对象转为xml字符串的,如果再用这个方法的话,反而更复杂了,所以。。。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询