摘要:
一、作为值的函数 function callSomeFunction(someFunction,someArgument){ return someFunction(someArgument); } //接受两个参数,第一个是个函数,第二个是要传递给函数的一个值 function callSomeF 阅读全文
posted @ 2016-01-22 16:59
shenq2014
阅读(184)
评论(0)
推荐(0)