代码如下:

$test=$_POST["test"];
$test= preg_replace("/(\n)|(\s)|(\t)|(\')|(')|(,)/" ,',' ,$test); 
$test = explode("," ,$test);

相关文章:

  • 2021-11-29
  • 2021-09-07
  • 2021-09-01
  • 2021-11-25
  • 2019-12-28
  • 2022-12-23
  • 2022-01-14
猜你喜欢
  • 2022-01-07
  • 2021-11-14
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案