码迷,mamicode.com
首页 > 其他好文 > 详细

断句:Store all parameters but the first passed to this function as an array

时间:2015-02-23 23:36:54      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 // Store all parameters but the first passed to this function as an array
            //除了第一个参数,把调用publish函数时的所有传入参数保存为一个数组。
            var data = Array.prototype.slice.call(arguments, 1),

 

断句:Store all parameters but the first passed to this function as an array

标签:

原文地址:http://www.cnblogs.com/lostmyself2012/p/4298361.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!