摘要: 4.4 参数当函数被调用时,会得到一个参数列表,即arguments数组(并不是真的数组,只有length属性,不含方法)。// Make a function that adds a lot of stuff.// Note that defining the variable sum inside of// the function does not interfere with the sum// defined outside of the function. The function// only sees the inner one.var sum = function ( ) . 阅读全文
posted @ 2013-01-16 20:20 dearRose 阅读(141) 评论(0) 推荐(0)