javascript函数

function f(x){return x*x};

var f = function(x) {return x*x}; 

posted @ 2012-05-03 11:12  飞_雁过无痕  阅读(55)  评论(0)    收藏  举报