老师好,用获取网页信息方法的 获取网页源代码得到以下字符,但获取网页文本内容是空白的,手工用鼠标在这个网页上能复制字符。用if网页包含方法能判断元素但判断不出文本,请问怎么回事要怎么处理呢,谢谢
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>天空工业办公平台</title>
</head>
<frameset rows="127,*,11" frameborder="no" border="0" framespacing="0">
<frame src="/top" name="topFrame" scrolling="no" noresize="noresize" id="topFrame">
<frame src="/common/center.html" name="mainFrame" id="mainFrame">
<frame src="/common/down.html" name="bottomFrame" scrolling="no" noresize="noresize" id="bottomFrame">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>