javascript

位置:IT落伍者 >> javascript >> 浏览文章

删除重复字符js代码


发布日期:2019年08月07日
 
删除重复字符js代码

删除重复字符js代码
>

<script type="text/vbscript">
<!
dim str
str="您好欢迎来到"
set regex = new regexp
regexpattern = "(({}?){})"
regexglobal = true
regexignorecase = true
set matches = regexexecute(str) 执行搜索
for each match in matches 循环遍历matches集合
alert("重复的字符:" & matchsubmatches())
alert("整个重复的字符:" & matchsubmatches())
next

//>
</script>

上一篇:.net 通过后台js上传表数据

下一篇:用Dojo和Ajax创建可重用和可重新发布[1]