摘要:
Object.prototype.getType = function () { var ctor = this.constructor; if (typeof (ctor) != 'function') return; var reg = new RegExp(/function\ ([\w\$\_][\w\$\_\d]*)\(.*/gmi); var matches = reg.exe... 阅读全文
posted @ 2010-03-02 17:55
qinghao
阅读(251)
评论(0)
推荐(0)
浙公网安备 33010602011771号