如何抓取HTML页面中的一个数据,具体html如下
<divclass="portlet"><divclass="portlet-header">项目详情</div><divclass="portlet-content">...
<div class="portlet">
<div class="portlet-header">项目详情</div>
<div class="portlet-content">
<table class="project_info">
<caption>项目基本信息</caption>
<tr>
<th>项目全称:</th>
<td>OpenX</td>
</tr>
<tr>
<th>项目性质:</th>
<td>
<span class="tips borderB" title="能够读和写。<br>开源项有人均可以读。">
开源项目 </span> </td>
</tr>
<tr>
<th>SVN地址:</th>
<td>
<a href="http://www.svnchina.com/svn/openx" class="svnUrl" target="_blank">http://www.svnchina.com/svn/openx</a>
<a class="open_route">更多线路</a>
<div id="route" style="display:none">
<table class="route">
<thead>
<tr>
<th>线路名称</th>
<th>地址</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<!--tr>
<th>CDN线路:</th>
<td><a href="http://cdn.svnchina.com/svn/openx" class="svnUrl" target="_blank">http://cdn.svnchina.com/svn/openx</a></td>
<td>自动选择离您最近的CDN通路</td>
</tr-->
<tr>
如何抓取这条(http://www.svnchina.com/svn/openx)数据 展开
<div class="portlet-header">项目详情</div>
<div class="portlet-content">
<table class="project_info">
<caption>项目基本信息</caption>
<tr>
<th>项目全称:</th>
<td>OpenX</td>
</tr>
<tr>
<th>项目性质:</th>
<td>
<span class="tips borderB" title="能够读和写。<br>开源项有人均可以读。">
开源项目 </span> </td>
</tr>
<tr>
<th>SVN地址:</th>
<td>
<a href="http://www.svnchina.com/svn/openx" class="svnUrl" target="_blank">http://www.svnchina.com/svn/openx</a>
<a class="open_route">更多线路</a>
<div id="route" style="display:none">
<table class="route">
<thead>
<tr>
<th>线路名称</th>
<th>地址</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<!--tr>
<th>CDN线路:</th>
<td><a href="http://cdn.svnchina.com/svn/openx" class="svnUrl" target="_blank">http://cdn.svnchina.com/svn/openx</a></td>
<td>自动选择离您最近的CDN通路</td>
</tr-->
<tr>
如何抓取这条(http://www.svnchina.com/svn/openx)数据 展开
5个回答
展开全部
jQuery的dom对象和css的标签选择是基本上一样的,你先去3c去看看基础知识,一个小时就知道原理了,慢慢学,下载几个手册自己琢磨吧 很容易的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接用抓取工具就行了 如火车采集器 或者火车浏览器 都可以
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你所说的抓取是调用出来是吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
使用python的urllib2
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var url=$(".svnUrl:first").html();
或者
var url=$(".svnUrl:first").attr('href');
这是jq的方法
或者
var url=$(".svnUrl:first").attr('href');
这是jq的方法
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询