开源 免费 java CMS FreeCMS标签 infoAttchs .

下载地址:http://code.google.com/p/freecms/  

 

 infoAttchs

根据附件字符串(多个之间用;分隔)提取附件对象。

参数
 说明
 
attchStr
 附件字符串(多个之间用;分隔)
 


返回值
 说明
 
attchUrl
 附件地址
 
attchName
 附件名称
 

参数

说明

attchStr

附件字符串(多个之间用;分隔)

返回值

说明

attchUrl

附件地址

attchName

附件名称

示例1

提取信息附件

<@infoAttchs attchStr="${currInfo.attchs}";attchUrl,attchName>

<a href="${attchUrl}" target="_blank">${attchName}</a><br/>

</@infoAttchs>

原文地址:https://www.cnblogs.com/bjanzhuo/p/3575993.html