【发布时间】:2016-06-27 17:47:09
【问题描述】:
<html>
<head></head>
<frameset cols="180,590,*" border="0">
<frame src="test.html" name="main" noresize="" scrolling="no" marginwidth="0" marginheight="0">
<frame src="http://www.test.com/my.php" name="right" noresize="" scrolling="auto" marginwidth="0" marginheight="0">
#document <!-- what is this? -->
<html>
<head>
<title>TEST</title>
</head>
<body></body>
</html>
</frame>
</frameset>
</html>
我正在解析一个网页。但我有一个问题。 #documnet 是什么?
以及如何使用Jsoup 解析#document 下面的<html>?
【问题讨论】: