/qiang_JEFF 发表于 2014-7-29 14:34:27

js调用网页内容的采集

请问下面网址的网页内容如何采集,
http://www.yhcqw.com/html/wqhg/2014/68/146817335678IG79535IGC0IGG452AFC7A.html
该网页部分是通过js调用生成的<script language="JavaScript">new Ajax.Updater('NewsContent_For_User', '/showContent.asp?no-cache='+Math.random() , {method: 'get', parameters: 'NewsId=IGC0IGG452AFC7A' });</script>
</TD></TR></TBODY></TABLE></td>
            </tr>
          </table></td>

huayi521 发表于 2014-7-30 16:59:05

抓包试试应该可以采集

303718 发表于 2014-7-30 17:03:33

HTTP调试抓包工具:Fiddler

http://www.locoy.com/Down/RelatedSoft/Fiddler.html
页: [1]
查看完整版本: js调用网页内容的采集