asp.net中的js提示 alert弹出窗口,在IE内核浏览器中,如何不发声音?或者换个声音?
发布网友
发布时间:2022-05-03 01:00
我来回答
共2个回答
热心网友
时间:2023-10-10 06:11
IE浏览器声控系统依赖与电脑声音驱动,把电脑静音或谢掉声卡驱动
热心网友
时间:2023-10-10 06:11
content="fgsf<feeditable width=100px><div><img src=...jpg></div></feeditable>5555555555555"
Set re=new RegExp
re.IgnoreCase =true
re.Global=True
re.Pattern="(<feeditable.*</feeditable>)"
Set Matches = re.Execute(content)
set re=Nothing
For Each Match in Matches
content=Replace(content,Match.Value,"")
Next
response.Write(content)