例2:
查看目录属性
<fileid=file act=info>base</file>
查看base目录的属性,返回属性信息及子目录属性信息列表
显示返回的属性信息
<for [email protected]{file:getWidth}> <tr><td>@{file:@{for:getSuffix}}</td><tdhtml>@{file:@{file:@{for:getSuffix}}}</td></tr> </for>
效果
显示目录中的文件及子目录属性信息列表
显示属性key
<tr> <bagid=file suffix=0 /> <[email protected]{file:getWidth}> <th>@{file:@{for:getSuffix}}</th> </for> </tr>
显示属性信息列表
<for bags=fileend="@{file:getLength}"> <tr> <[email protected]{file:getWidth}> <th>@{file:@{file:@{for:getSuffix}}}</th> </for> </tr> </for>
效果
完整代码
<html> <title>查看目录属性</title> <h3>查看目录属性</h3> <table border=1> <tr><th>变量名</th><th>值</th></tr> <chtml> <fileid=file act=info>base</file> <[email protected]{file:getWidth}> <tr><td>@{file:@{for:getSuffix}}</td><tdhtml>@{file:@{file:@{for:getSuffix}}}</td></tr> </for> </chtml> </table> <h3>文件及子目录属性列表</h3> <table border=1> <chtml> <tr> <bag id=filesuffix=0 /> <[email protected]{file:getWidth}> <th>@{file:@{for:getSuffix}}</th> </for> </tr> <for bags=fileend="@{file:getLength}"> <tr> <[email protected]{file:getWidth}> <th>@{file:@{file:@{for:getSuffix}}}</th> </for> </tr> </for> </chtml> </table> </html>
(例子文件:_samples/file_info_dir.html)
好玩吧
轻开平台资源下载及说明
平台免费下载:http://download.csdn.net/detail/tx18/8381859
最新开发手册下载:http://download.csdn.net/detail/tx18/8411089 开发实例:轻开B2C电子商务网站,免费下载:http://download.csdn.net/detail/tx18/8318585 轻开平台会不定期升级为大家提供更多强大而Easy的功能,请留意最新的开发手册
时间: 2024-10-07 21:55:31