<html>
<head>
</head>
<body>
<script type="text/javascript">
var str=""
for(i=1;i<6;i++)
{
str = str + 'a'
document.write(str + "<br>")
}
</script>
<body>
</html>
<html>
<head>
</head>
<body>
<script type="text/javascript">
var str=""
for(i=1;i<6;i++)
{
str = str + 'a'
document.write(str + "<br>")
}
</script>
<body>
</html>
2723
1688

被折叠的 条评论
为什么被折叠?