随笔分类 -  JavaScript 技巧

摘要:; Run = function () { ; return Array.prototype.splice.call( arguments, -1 )[0].apply( this, arguments ) }; Loop = function () { var coun... 阅读全文
posted @ 2014-08-29 00:47 doop 阅读(154) 评论(0) 推荐(0)
摘要:! function () { var /* */testA = function () { ; console.log( this ) } , testB = function () { ... 阅读全文
posted @ 2014-08-07 01:32 doop 阅读(135) 评论(0) 推荐(0)