问答详情
源自:5-4 变量输出 调节器

有没有大佬遇到这个

<h1>这是文件 view/index/index.html</h1>
<h2>{$email}:{$email|md5}</h2>
<h2>{$email}:{$email|substr=0,8}</h2>
<h2>{$time}:{$time|date="Y-m-d",####}</h2>
substr($obj,0,3);
md5($obj)



https://img4.mukewang.com/5ce65b6800015e0e11370580.jpg

提问者:phper_Wang 2019-05-23 16:36

个回答

  • phper_Wang
    2019-05-23 16:42:05

    以解决 粗心了

    $this->assign('time','time()');

     ‘time()_’方法要去掉单引号