php 怎么用逗号把一段混合字符串 隔开

2024-11-07 10:34:57
推荐回答(1个)
回答(1):

$arr=explode(",",$str); //返回一个数组,包含被用逗号分割字符串之后的各个片段