我为 wordpress 制作了一个简码,functions.php 中的代码如下所示:
return '<div class="video-shortcode"><iframe width="600" height="365" src="/watch.php?file=' . $atts['file'] . '&img=' . $atts['img'] . '" frameborder="0" scrolling="no" allowfullscreen></iframe></div>';
当我使用它时,帖子中的源代码应如下所示:
<iframe width="600" height="365" src="/watch.php?file=myfile.mp4&img=myimg.jpg" frameborder="0" scrolling="no" allowfullscreen></iframe>
但由于某种原因,“img”之前的 & 符号如下所示:
&