1. 调用图片广告

    • 示例代码:
      [e:loop={"select * from xxx_enewsad where classid=3 and t=0 order by adid desc limit 3",0,24}]
      <a href="<?= $bqr['url'] ?>" target="_blank" title="<?= $bqr['title'] ?>">
          <img src="<?= $bqr['picurl'] ?>">
      </a><br>
      [/e:loop]
  2. 调用文字广告

    • 示例代码:
      [e:loop={"select * from xxx_enewsad where classid=3 and t=1 order by adid desc limit 3",0,24}]
      <a href="<?= $bqr['url'] ?>" target="_blank" title="<?= $bqr['title'] ?>">
          <?= $bqr['title'] ?>
      </a><br>
      [/e:loop]