我想在 iframe 中附加 youtube 链接的参数?wmode=transparent
,
例如,对于下面的链接:src
<iframe frameborder=\"0\" height=\"315\" src=\"http://www.youtube.com/embed/F4_Bq16rB2Y\" width=\"560\"></iframe>
我想要src=\"http://www.youtube.com/embed/F4_Bq16rB2Y?wmode=transparent\"
在 iframe 中。
result = <iframe frameborder=\"0\" height=\"315\" src=\"http://www.youtube.com/embed/F4_Bq16rB2Y?wmode=transparent\" width=\"560\"></iframe>
使用正则表达式和/或 ruby 方法。