当前位置: 代码迷 >> ASP >> asp 中Files 集合的一部分 急
  详细解决方案

asp 中Files 集合的一部分 急

热度:147   发布时间:2012-03-22 17:43:57.0
asp 中Files 集合的一部分 急!在线等
我现在想获取某文件夹下的一定数量的文件,而不全部怎么做
大哥大姐们救救我啊!万分感谢!!

------解决方案--------------------
i=1
for each file in files
i=i+1
if i> num then exit for
next
  相关解决方案