简要描述:

  • 实现多链接可视化编辑

语法:

<!--links_start-->
    <!--item(标题※链接※打开方式)-->
        //html内容
    <!--item_end-->
    <!--item(标题※链接※打开方式)-->
        //html内容
    <!--item_end-->
    <!--item(标题※链接※打开方式)-->
        //html内容
    <!--item_end-->
<!--links_end-->

HTML示例:

<!--links_start-->
<div class="company-choose">
    //注意填写的图片链接等属性必须和内部html中的一致,不然替换不了。
    <!--item(百度网络科技有限公司※http://www.baidu.com/※_blank)-->
    <a href="http://www.baidu.com/" target="_blank">百度网络科技有限公司</a>
    <!--item_end-->
    //注意此处不能有任何html标签 必须 一个item 挨着一个。
    <!--item(淘宝网※https://www.taobao.com/※_blank)-->
    <a href="https://www.taobao.com/" target="_blank">淘宝网</a>
    <!--item_end-->
</div>
<!--links_end-->
作者:admin  创建时间:2023-08-20 19:01
 更新时间:2023-09-09 11:33