Comments() public static method

导出最新留言模块数据
public static Comments ( ) : string
return string 模块内容
示例#1
0
function BuildModule_comments()
{
    return ModuleBuilder::Comments();
}