arguments对象的学习笔记-一个例子
摘要:
由一个例子引出的思考://#47: We can use call and apply to build a solution.//源码网址:http://ejohn.org/apps/learn/#47//作者:John Resig.function multiMax(multi){ // Make an array of all but the first argument var allButFirst = Array().slice.call( arguments, 1 ); // Find the largest number in that array of argu... 阅读全文
posted @ 2013-03-01 12:21 justworm 阅读(114) 评论(0) 推荐(0)
浙公网安备 33010602011771号