Z
zyyjc
Unregistered / Unconfirmed
GUEST, unregistred user!
假设现在网站上有下面这些个地址:
http://localhost/test/a.pdf
http://localhost/test/b.pdf
http://localhost/test/c.pdf
http://localhost/test/d.pdf
http://localhost/test/e.pdf
现在我想通过“http://localhost/test”这个地址来取得里面的文件名:a.pdf,b.pdf,c.pdf,d.pdf,e.pdf(事先不知道有哪些文件),不知道应该怎么实现,请大家帮忙看看这个问题。
http://localhost/test/a.pdf
http://localhost/test/b.pdf
http://localhost/test/c.pdf
http://localhost/test/d.pdf
http://localhost/test/e.pdf
现在我想通过“http://localhost/test”这个地址来取得里面的文件名:a.pdf,b.pdf,c.pdf,d.pdf,e.pdf(事先不知道有哪些文件),不知道应该怎么实现,请大家帮忙看看这个问题。