PHP字串分割/字串切割 explode[PHP]


$str = "OOOO;;55667788;;PPP"
$str_sec = explode(";;",$str);
print_r($str_sec);

留言

此網誌的熱門文章