从java中的xml链接中提取URL位置

时间:2018-03-05 15:13:23

标签: java xml sitemap

我是java的新手,我有一个链接" https://moz.com/blog-sitemap.xml"有URL,我想得到它们并将它们保存在字符串向量/数组中。

我首先试着看看我将如何获得链接

echo shell_exec('cd input');
echo shell_exec('dir'); //Checking the directory
echo shell_exec('program.exe'); //This is in the directory
echo shell_exec('dir'); //Checking the directory

这是示例输出 enter image description here

我的回答是,是否有一种简单的方法来获取这些链接,而不是在每一行上循环检查它是否包含" https"所以我可以从中提取链接?

1 个答案:

答案 0 :(得分:-1)

您可以使用Jsoup更轻松地执行此操作:

{{1}}