bumpiness 发表于 2009-9-1 16:48:09

我想取出列表中的ID及IP对应的值,如何做

<table border="0" cellspacing="1" cellpadding="2" width="100%" class="tablebg">
    <tr class="tableheader">
      <th nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='attack_id'; document.list_form.submit();">
                <img border="0" alt="" src="/images/downarrow.gif">
                ID</a>
      </th>
      <th align="center">
            TF
      </th>
      <th nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='lrm'; document.list_form.submit();">
                IMP</a>
      </th>
      <th nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='duration'; document.list_form.submit();">
                Dun</a>
      </th>
      <th align="center" nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='start'; document.list_form.submit();">
                Start</a>
      </th>
      <th align="center" nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='up_direction'; document.list_form.submit();">
                Dtion</a>
      </th>
      <th align="center" nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='subclass'; document.list_form.submit();">
                tType</a>
      </th>
      <th align="center" nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='family'; document.list_form.submit();">
                Resourcy</a>
      </th>
      <th align="right" nowrap>
            <a href="#" onclick="document.list_form.sort_field.value='up_cust_cfg'; document.list_form.submit();">
                IP</a> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('reset','','/images/reset-over.gif',1)"
                  onclick="document.list_form.sort_field.value='reset'; document.list_form.submit(); return false;">
                  <img src="/images/reset.gif" border="0" alt="Reset Sorting" name="reset">
                </a>
      </th>
    </tr>

    <tr>
      <td nowrap align="center">
            <a href="/alerts/anomaly/index?status=oing&amp;attack_id=100793">100793</a>
      </td>
      <td height="60" align="center">
            <a href="/alerts/anomaly/index?status=oing&amp;attack_id=100793">
                <img src="/alerts/anomaly/summaph?attack_id=100793&amp;anomaly_type=3&amp;graph_type=2"
                  border="0" width="100" height="60"></a>
      </td>
      <td nowrap align="center">
            <span class="importance_high_bold">High</span><br>
            1,234.9% of 20&nbsp;Kpps
      </td>
      <td nowrap align="center">
            37 mins
            <br>
            (Ongoing)
      </td>
      <td nowrap align="center">
            09:06, Aug 31
      </td>
      <td nowrap align="center">
            Incoming
      </td>
      <td align="center">
            SYN
            <br>
            (Misuse)
      </td>
      <td align="center">
            Customer
      </td>
      <td align="right" class="data">
            gdidc<br>
            121.12.117.119/32<br>
      </td>
    </tr>
    <tr class="alternate">
      <td nowrap align="center">
            <a href="/alerts/anomaly/index?status=oing&amp;attack_id=100792">100792</a>
      </td>
      <td height="60" align="center">
            <a href="/alerts/anomaly/index?status=oing&amp;attack_id=100792">
                <img src="/alerts/anomaly/summaph?attack_id=100792&amp;anomaly_type=3&amp;graph_type=2"
                  border="0" width="100" height="60"></a>
      </td>
      <td nowrap align="center">
            <span class="importance_high_bold">High</span><br>
            1,412.9% of 20&nbsp;Kpps
      </td>
      <td nowrap align="center">
            37 mins
            <br>
            (Ongoing)
      </td>
      <td nowrap align="center">
            09:06, Aug 31
      </td>
      <td nowrap align="center">
            Incoming
      </td>
      <td align="center">
            SYN
            <br>
            (Misuse)
      </td>
      <td align="center">
            Profile
      </td>
      <td align="right" class="data">
            isp-telecom<br>
            121.12.117.129/32<br>
      </td>
    </tr>
   
</table>

bumpiness 发表于 2009-9-1 17:08:41

哪位兄弟姐妹帮帮我啊

bumpiness 发表于 2009-9-2 09:35:43

顶一下,各位帮忙啊!
页: [1]
查看完整版本: 我想取出列表中的ID及IP对应的值,如何做