| 程序包 | 说明 |
|---|---|
| org.beetl.ext.fn |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DebugFunction
在控制台输出对象,如
<% debug(user)%>,
该方法输出该方法的行数,以及对象的toString返回的字符串:
System.out.println(paras[0].toString());
可以调用DebugFunction.enable = false ,来禁止输出
|
Copyright © 2022. All rights reserved.