我想製作一個index.html文件,鏈接一個有序列表中一個目錄中的所有文件。如何列出目錄的所有內容?
例如,當你去here,你會發現:
# Parent Directory
# <u>lol.html
# "><script>alert(String.fromCharCode(72)-String.fromCharCode(105)).html
# -AAAAAAAAAAAAAAAAAAAATESTING.html
# 0dl.blogspot.com.html
# 1000-suns.html
# 123-greeting.html
# 151.html
# 1^2+2-.-2^2-+-3^2-+2-.-4^2.html
# 2010-IIT-JEE-Solutions-Fiitjee.html
# 2010-IIT-JEE-Solutions.html
我想要做什麼:
<a href="http://searchr.us/web-search/<%3bu>%3blol.html" ><u>lol.html</a>
<a href="http://searchr.us/web-search/"%3b>%3b<%3bscript>%3balert(String.fromCharCode(72)-String.fromCharCode(105)).html">http://searchr.us/web-search/"%3b>%3b<%3bscript>%3balert(String.fromCharCode(72)-String.fromCharCode(105)).html</a>
等等......
也許我看到錯誤的東西,但這種聯繫已經有超鏈接的無序列表。 – salathe 2010-12-11 10:28:51
[如何列出目錄中的文件和文件夾(PHP)]的可能重複(http://stackoverflow.com/questions/4050511/how-to-list-files-and-folder-in-a-dir-php ) – Gordon 2010-12-11 10:58:39