【PHP】smarty模板中使用随机数

    技术2022-05-19  20

    即 {math equation=rand(1,10)}

    以上将产生1到10之间的随机数。

    例如 图片防止cache <img src=”../img/test.jpg?{math equation=rand(1,10)}”  />


    最新回复(0)