摘要:
Function.prototype.bind = function(pObject) { assert.notNull(pObject, "not object to bind function"); var __method = this; var result = function methodBinder() { var methodRet = __method.apply(pOb... 阅读全文
posted @ 2007-04-19 17:29
健忘猪
阅读(1843)
评论(0)
推荐(0)

浙公网安备 33010602011771号