2016年5月3日
摘要: 1.arguments当然只在function体内才有意义, arguments.length 返回的是传入function的实参个数。 <script type="text/javascript"> window.onload = function() { (function(arg1, arg2 阅读全文
posted @ 2016-05-03 15:29 ptyll 阅读(134) 评论(0) 推荐(0)