日期:2014-05-16 浏览次数:20352 次
function test(fun,param){????? fun(param);}
function run(param){????? alert(param);
}
?
test(run,'hello');