📅  最后修改于: 2022-03-11 15:02:53.677000             🧑  作者: Mango
$("#Number").each(function() {
$(this).html($(this).html().replace('find1', 'replace1').replace('find2', 'replace2'));
});