标签:int UNC nbsp color style function 形参和实参 operation 就是
比如函数 int function( a, c){var some = operation;}
a和c都是形参。
当我调用函数fun时,例如:
var n,
i=1,j=2;
n=fun(i,j);
调用fun(i,j)形式中的i,j就是实参。
标签:int UNC nbsp color style function 形参和实参 operation 就是
原文地址:https://www.cnblogs.com/Hajar/p/10985060.html