摘要:
prototype.js中的Function.prototype.bind方法: Function.prototype.bind = function() { var __method = this; var args = Array.prototype.slice.call(arguments); var object=args.shift(); return f... 阅读全文
posted @ 2014-06-21 18:55
code_flyer
阅读(229)
评论(0)
推荐(0)