php数组去重

2021-07-09  本文已影响0人  geeooooz

result_01 = array_flip(input);
result = array_keys(result_01);

上一篇 下一篇

猜你喜欢

热点阅读