Simplest way to query XML in Java

后端 未结 9 591
南旧
南旧 2020-11-30 05:55

I have small Strings with XML, like:

String myxml = \"goodhi\";
<
9条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-30 06:34

    You can use Jerry to query XML similar to jQuery.

    jerry(myxml).$("status")
    

提交回复
热议问题