第一张方法:php
<?php $str = "asdAjksdkAksf";数组
$arr = explode("A",$str); //explode()函数以A为分割处,将字符串打散为数组函数
print_r ($arr[1]); ?>字符串