10 2020 档案
JS字典
摘要:/*字典 Dictionary类*/ function Dictionary() { this.add = add; this.datastore = new Array(); this.find = find; this.remove = remove; this.showAll = showAl 阅读全文
posted @ 2020-10-27 17:21 wxm3177 阅读(113) 评论(0) 推荐(0)