[JS] JavaScript 集合(Set) ... mySet.add('some text'); // Set { 1, 5, 'some text' } var o = { a: 1, b: 2 }; mySet.add(o); // Set { 1, 5, ...
確定! 回上一頁