正如你所看到的,在我的表格的第二行下,在两个单元格之间有一个空格,我想删除,但我不确定如何实现这一点。
任何帮助或建议将不胜感激。谢谢
var str1 = "78896541230";
str1 = str1.replace(/.(?=.{4})/g, 'x');
document.getElementById('output').innerHTML = str1;
<table border="0" cellspacing="0" cellpadding="1" class="formtable">
<caption>Just for fun</caption>
<tr>
<td>The following will contain masked input number </td>
<td id="output"></td>
</tr>
<tr>
<td> If it is not masked number, then something is wrong.</td>
</tr>
</table>
慕田峪4524236
慕仙森
慕码人2483693
相关分类