当前位置:Gxlcms > PHP教程 > thinkphp自定义函数的使用

thinkphp自定义函数的使用

时间:2021-07-01 10:21:17 帮助过:20人阅读

thinkphp自定义函数phphtml

thinkPHP中 一个html里有个

获得:{$deal.money}元


显示的是 获得:1300元
我现在需要显示为 获得:1000 +300元 这样的形式(1000+变量)
求教如何改
找到过一个 $deal['money'] 改为 $deal['moneyadd'] = $deal['money'] - 1000 也不行

人气教程排行