搜索结果

  • php字符串去重,过滤重复

    php字符串去重,过滤重复 ```php //如果是数组,先转成字符串 $jsons = implode(",", $json); //去重字符串 $json = implode('