<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>

<body>
<script type="text/javascript" language="javascript">
<!--
function Foo()
{
    document.write(
"<p>共有" + arguments.length + "个参数,它们的值分别是:<p>");
    
for (var i=0; i<arguments.length; i++)
    {
        document.write(
"<p>" + arguments[i] + "</p>");
    }
}

Foo(
"123""abc""教程""下载""JavaScript");
//-->
</script>
</body>

</html>

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-12-05
  • 2022-03-05
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-07
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案