关于一段javascript代码
<html><head></head><body><scripttype="text/javascript">vartests=newRegExp("t")do{resu...
<html>
<head>
</head>
<body>
<script type="text/javascript">
var tests=new RegExp("t")
do
{
result=tests.exec("tttttttt")
document.write(result)
}
while(result!=null)
</script>
</body>
</html>
为什么 到底是哪里错了
一直是死循环 展开
<head>
</head>
<body>
<script type="text/javascript">
var tests=new RegExp("t")
do
{
result=tests.exec("tttttttt")
document.write(result)
}
while(result!=null)
</script>
</body>
</html>
为什么 到底是哪里错了
一直是死循环 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询