我在 mysql 数据库中有以下数据,它是来自 u-tube 的 iframe:-
`<iframe width="560" height="315" src="http://www.youtube.com/embed/Om2fabTIKE4" frameborder="0" allowfullscreen></iframe>`
尽管如此,在 php 代码中,上述 iframe 存在一个当前阶段,其中我只需要 Om2fabTIKE4 作为要填充的变量。
I would like to ask, is there any way that I can trim away
<iframe width="560" height="315" src="http://www.youtube.com/embed/
和
frameborder="0" allowfullscreen></iframe>