js中的constructor 和prototype
摘要:        
参考http://www.cnblogs.com/yupeng/archive/2012/04/06/2435386.htmlfunction a(c){ this.b = c; this.d =function(){ alert(this.b); }}var obj...    阅读全文
        posted @ 2014-07-11 18:36 dhj 阅读(806) 评论(0) 推荐(1)
posted @ 2014-07-11 18:36 dhj 阅读(806) 评论(0) 推荐(1)