php 字符串转数组
$str =“Hello,world”;
$arr= explode(“,”,$str);