Loading

摘要: Javascript Object Layout 阅读全文
posted @ 2015-03-29 07:02 stono 阅读(640) 评论(0) 推荐(0)
摘要: function detail() { this.imgArr = []; this.codeArr = [];}detail.prototype.addimg = function(img) { this.imgArr.push(img);};detail.prototype.a... 阅读全文
posted @ 2015-03-29 06:58 stono 阅读(141) 评论(0) 推荐(0)