0
欲追加參數?wmode=transparent
在Youtube鏈接的src
在iframe中
例如,對於下面的鏈接追加另一個字符串內的字符串:使用正則表達式/紅寶石
<iframe frameborder=\"0\" height=\"315\" src=\"http://www.youtube.com/embed/F4_Bq16rB2Y\" width=\"560\"></iframe>
我想在iframe中src=\"http://www.youtube.com/embed/F4_Bq16rB2Y?wmode=transparent\"
。
result = <iframe frameborder=\"0\" height=\"315\" src=\"http://www.youtube.com/embed/F4_Bq16rB2Y?wmode=transparent\" width=\"560\"></iframe>
使用正則表達式和/或ruby方法。
我無法在這裏看到的問題。問題究竟在哪裏? –