6 lines
171 B
HTML
6 lines
171 B
HTML
{template "header.html"}
|
||
<p>{dr_lang('错误信息')}:</p>
|
||
<pre>{$show_error}</pre>
|
||
<p>{dr_lang('执行参数')}:</p>
|
||
<pre>{$show_value}</pre>
|
||
{template "footer.html"} |