<html>
<head></head>
<script language="javascript">
for(i=1,fact=1;i<=4;i++)
{
fact*=i;
} document.write(fact);
</script>
<body>
</body>
</html>
<head></head>
<script language="javascript">
for(i=1,fact=1;i<=4;i++)
{
fact*=i;
} document.write(fact);
</script>
<body>
</body>
</html>
490

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



