<input type="checkbox"   >1

<input type="checkbox"   >2

<input type="checkbox"   >3

<input type="checkbox"   >4





$str_tag="";
$s=$_POST['goods_server_name'];
for($i=0;$i<count($s);$i++){ 
 if($i==0){ 
   $str_tag = $s[$i]; 
 }else{ 
  $str_tag = $str_tag .",".$s[$i]; 
 }
}

 

相关文章:

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