正文 select下拉框多选,增加/删除效果 米米素材网V管理员 /2020-09-28 / 阅读 0928 演示效果: 代码如下: htmlheadscriptlanguage=JavaScriptfunctionDsy(){this.Items={};}Dsy.prototype.add=function(id,iArray){this.Items[id]=iArray;}Dsy.prototype.Exists=function(id){if(typeof(this.Items[id])==undefined)returnfalse;re
发表评论