$pid = str_replace(',',',',$pid);
$pid = str_replace(' ','',$pid);
$pid = str_replace(array(',', ' '), array(',', ''), $pid);

把逗号替换成英文的逗号。
把空格都移除。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-02-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
相关资源
相似解决方案