ASP中实现下拉列表框联级?
这些代码怎么理解啊?我没怎么见过这样的function Dsy()
{
this.Items = {};
}
Dsy.prototype.add = function(id,iArray)
{
this.Items[id] = iArray;
}
Dsy.prototype.Exists = function(id)
{
if(typeof(this.Items[id]) == "undefined") return false;
return true;
}
本内容来源于711网络,原文地址:http://www.