摘要:
//实例var tensquared=(function(x) { return x*x; }(10)); 首先我们来拆解这一行语句;一、 var tensquared = xx; 这是赋值语句;二、function (x){ return x*x; } 这是一个匿名函数;所谓的匿名函数是指它没有自 阅读全文
posted @ 2016-04-13 09:42
huansky
阅读(1936)
评论(0)
推荐(1)
Hello, guys, I have built a few fun sites — please take a look, thx!