Method | Description | |
---|---|---|
Render ( ) : String |
模板解析结果呈现
|
|
Set ( Object>.Dictionary |
批量设置数据
|
|
Set ( String key, Object value ) : void |
设置数据
|
|
Template ( ) : System |
Template
|
|
Template ( String text ) : System |
Template
|
|
Template ( |
Template
|
public Set ( Object>.Dictionary |
||
dic | Object>.Dictionary | 字典 |
return | void |
public Set ( String key, Object value ) : void | ||
key | String | 键 |
value | Object | 值 |
return | void |
public Template ( |
||
ctx | TemplateContext 对象 | |
text | String | 模板内容 |
return | System |