<table class="html5">
<tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 > > > >过滤器> > textarea{width: 300px;height: 200px;} > > > > 请输入“法轮大法好”:>< ><><> >提交> > > > function filiter(){ var txtValue=document.getElementById('txtarea').value; var reg=/法轮/; document.getElementById('txtarea').value=txtValue.replace(reg,'**'); //在这里不能用txtValue=txtValue.replace(reg,'**'),只能重新获取对象的value值并赋值,暂时未找到原因。 } > > 原文链接:https://www.f2er.com/note/421670.html