thinkphp 输出变量使用函数处理

191 阅读1分钟

模板变量输出

{$log->detail['group_order']|implode=###,'=>'}

{:implode('=>',$log->detail['group_order'])}