我有一個場景,在每個iframe的src屬性之後需要追加&wmode=transparent
。將字符串插入到所選字符的另一個字符串中直到選中字符php
我需要更換驗證碼:
<iframe width="560" height="315" src="//www.youtube.com/embed/UPk1B1bxUPg" frameborder="0" allowfullscreen></iframe>
這個(通知YouTube網址的結尾):
<iframe width="560" height="315" src="//www.youtube.com/embed/UPk1B1bxUPg/?wmode=transparent" frameborder="0" allowfullscreen></iframe>
非常感謝。
這也看起來很不錯的代碼。我將來肯定會使用它。 –
謝謝我遵循了您的建議並使用了此代碼。 –