<tr valign="top"><td nowrap><img width="16" height="1" src="/icons/ecblank.gif" border="0" alt=""><font color="#0060a0"><div align="center" ><INPUT TYPE=checkbox
id='$$SelectDoc周南'
NAME="$$SelectDoc" VALUE="F2D895B75B857FFD482578C4000D51C3" style=display:none></font></td><td nowrap><A TARGET='_BLANK' HREF=/newoa\WorkReport.nsf/vwByReport/F2D895B75B857FFD482578C4000D51C3?opendocument onClick='return CommOpenWin(this.href)'>2011年二季度季报</A></td><td nowrap align="center">2011-07-05</td><td nowrap align="center">周南</td></tr>
源代码形式是这样的
你要问什么
就是把握粘贴出来的都用正则解析出来
@蜡笔手小新: 主要把那两个<td>解析出来
@蜡笔手小新:
<td[^>]*>(.*?)</td> 这样解析全部TD
你说的那两个TD是那两个呢 , 你的例子中有四个TD
@Yu: 那就是都解析出来
<td nowrap><img width="16" height="1" src="/icons/ecblank.gif" border="0" alt=""><font color="#0060a0"><div align="center" ><INPUT TYPE=checkbox
id='$$SelectDoc周南'
NAME="$$SelectDoc" VALUE="F2D895B75B857FFD482578C4000D51C3" style=display:none></font></td><td nowrap><A TARGET='_BLANK' HREF=/newoa\WorkReport.nsf/vwByReport/F2D895B75B857FFD482578C4000D51C3?opendocument onClick='return CommOpenWin(this.href)'>2011年二季度季报</A></td><td nowrap align="center">2011-07-05</td><td nowrap align="center">周南</td>
@蜡笔手小新: <td[^>]*>(.*?)</td>可以解析全部TD啊,你再一个一个合并不就完了
@Yu: 不好使 它是有换行的!要不怎么能这么费劲的问呢!
@蜡笔手小新: 给个参数啊
Singleline
<td [^>]*>([^<]*)</td>
大哥那是两个<td>啊
你想如何解析?需要怎么样的结果?
就是把握粘贴出来的都用正则解析出来
@蜡笔手小新: 主要把那两个<td>解析出来