我有一个现有的表,其中包含如下行:
<tr class="ds-table-row even">
<td class="label-cell">dc.date.updated</td>
<td class="value-cell">2012-06-13T11:28:48Z</td>
</tr>
<tr class="ds-table-row odd">
<td class="label-cell">DOI</td>
<td class="value-cell">10.1007/s10811-010-9649-9</td>
</tr>
<tr class="ds-table-row even">
<td class="label-cell">Volume</td>
<td class="value-cell">23</td>
</tr>
如果其值 = DOI,是否可以使用 jquery 将http://dx.doi.org/插入到它旁边的单元格中?在我的例子中,我想10.1007/s10811-010-9649-9
变成http://dx.doi.org/10.1007/s10811-010-9649-9
提前致谢。