第一張方法:php
<?php $str = "asdAjksdkAksf";數組
$arr = explode("A",$str); //explode()函數以A爲分割處,將字符串打散爲數組函數
print_r ($arr[1]); ?>字符串