#outputPageHeader() #set( $example = $view.getComponent("dsExample").getData() )

${example.label}

#if ($example.url && $example.embedded) 在弹出窗口中运行   #end 显示本页连接 #if ($example.url)   二维码地址 #end

#if ($example.url) #if ($example.embedded)
#else

#end #end
#interceptor("spring:exampleSummary#outputContent")
#if ($example.sources && $example.sources.size() > 0) #foreach($source in $example.sources) #end
源文件
查看 下载
#end #if ($example.author || $example.createDate || $example.lastModify || $example.tags)
#if ($example.author) #end #if ($example.createDate) #end #if ($example.lastModify) #end #if ($example.tags) #end
Author:$esc.html($example.author)
Create Date:$date.format("yyyy-M-d", $example.createDate)
Last Modify:$date.format("yyyy-M-d", $example.lastModify)
Tags:$!esc.html($example.tags)
#end