摘要: 1.首先是js文件(area.js): 1 function Dsy() 2 { 3 this.Items = {}; 4 } 5 Dsy.prototype.add = function(id,iArray) 6 { 7 this.Items[id] = iArray; 8 } ... 阅读全文
posted @ 2014-03-24 11:27 嘎子哥~ 阅读(757) 评论(0) 推荐(0)