我正在使用Jsoup解析一些 HTML 以获取一些 PDF 网址。
PDF 显示在如下<embed>
标签中:
<html>
<body marginwidth="0" marginheight="0" style="background-color: rgb(38,38,38)">
<embed width="100%" height="100%" name="plugin" src="http://www.domain.com/apdf_id.pdf?tp=&arnumber=1253069&isnumber=28038" type="application/pdf">
</body>
</html>
如何从该页面获取 PDF URL,以便将其下载到本地计算机?