为了获得唯一的值,我本能地使用 array_unique ,但是经过考虑,我可以执行两次 array_flip ,效果会相同,我想这样会更快? array_unique O(n log n),因为它使用了 ...
確定! 回上一頁