为什么定义函数名为sum时就只能输出一组而已??
看透不说透
看透不说透 2016-12-20 13:26:38
0
2
1067
看透不说透
看透不说透

Antworte allen(2)
数据分析师

为什么定义函数名为sum时就只能输出一组而已??-PHP中文网问答-为什么定义函数名为sum时就只能输出一组而已??-PHP中文网问答

围观一下哦,学习一下。

迷茫
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>函数传参</title>
<script type="text/JavaScript">
   function sum(x,y,z)                
 {
   sum1 = x + y +z;
   document.write(x+"、"+y+"、"+z+"和:"+sum1+"<br/>");
 }
  sum(5,8,3);
     sum(7,1,4);
   
</script>
</head>
<body>
</body>
</html>

方法名不能和定义和的值一样,不然只能执行一次。

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage