iframe 被分配给变量 $string。我想提取 iframe src 中 embed/ 和 ?rel 之间的文本。所以我会寻找这个代码 sL-2oYAI35o
<iframe width="420" height="315" src="http://www.youtube.com/embed/sL-2oYAI35o?rel=0" frameborder="0" allowfullscreen></iframe>
我需要使用 php substr 函数或正则表达式吗?我不能使用常规子字符串,因为起始值可能不同。