我需要从字符串中删除所有字符,然后再在字符串中出现此字符:
"www/audio"
不知道我该怎么做。
您可以使用strstr做到这一点。
echo strstr($str, 'www/audio');