下载地址:http://code.google.com/p/freecms/ google
根据附件字符串(多个之间用;分隔)提取附件对象。 spa
参数 code |
说明 对象 |
attchStr ci |
附件字符串(多个之间用;分隔) 字符串 |
返回值 get |
说明 table |
attchUrl 下载 |
附件地址 im |
attchName |
附件名称 |
示例1
提取信息附件
<@infoAttchs attchStr="${currInfo.attchs}";attchUrl,attchName>
<a href="${attchUrl}" target="_blank">${attchName}</a><br/>
</@infoAttchs>