美文网首页
html中引入php

html中引入php

作者: 然亦伞 | 来源:发表于2017-11-09 11:39 被阅读125次
    <div class="imgView" style="float: left;padding-right: 20px;">
                            <php>
                                $index = strrpos($vo,',');
                                $bigImg = substr ( $vo , 0, $index);
                                $smallImg = substr($vo,$index+1,strlen($vo)==0?0:strlen($vo)-1);
                            </php>
                            <a href="{$bigImg}" target="_blank"><img src="{$smallImg}" alt="pic"></a>
                  </div>
    

    相关文章

      网友评论

          本文标题:html中引入php

          本文链接:https://www.haomeiwen.com/subject/qbepmxtx.html