class GenMap { constructor() { this.items = []; } setItem(key, item) { let tmp = {}; tmp[key] = item; ...
確定! 回上一頁