我想检查 HTML 中的某个文本,例如“无值”,如果存在,则为其分配 0。有人知道该怎么做吗?(谷歌了很多,但没有找到任何相关的东西)
<table>
<tr>
<td>
<h3>Money in account</h3>
</td>
<td>
<p>No Value</p>
</td>
</tr>
</table>
我想检查 HTML 中的某个文本,例如“无值”,如果存在,则为其分配 0。有人知道该怎么做吗?(谷歌了很多,但没有找到任何相关的东西)
<table>
<tr>
<td>
<h3>Money in account</h3>
</td>
<td>
<p>No Value</p>
</td>
</tr>
</table>