首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

js函数轮换实例

2012-10-27 
js函数替换实例??chengfafunction(a,b){return a*b}alert(chengfa(2,3))

js函数替换实例

?

?

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

alert(chengfa(2,3));

热点排行