日期:2014-05-16  浏览次数:20370 次

js函数替换实例

?

?

chengfa=function(a,b)
{
return a*b;
}

alert(chengfa(2,3));