摘要: <SCRIPT LANGUAGE="JavaScript"> function Dsy() { this.Items={}; } Dsy.prototype.add = function(id,iArray) { this.Items[id] = iArray; } Dsy.prototype.exisits = function(id) { if(typeof(this.Items[id]) == "undefined") return false; return true; } ... 阅读全文
posted @ 2012-05-03 23:13 合肥房屋托管 阅读(453) 评论(0) 推荐(0)