WP输出一个数组:$therapie=get_post_meta($post->ID,'Therapieen',false);print_r($therapie);//theoutputofprint_rArray([0]=>Massagetherapie)Array([0]=>Hotstone)Array([0]=>Massagetherapie)我如何将这些数组合并为一个并删除所有确切的双名?结果是这样的:theArray([0]=>Massagetherapie[1]=>Hotstone)[已解决]问题是,如果你在while循环中执行此操作,它不会在这里工作ID,'Therapi