import java.io.*;
创新互联是一家专注于网站建设、成都网站制作与策划设计,谯城网站建设哪家好?创新互联做网站,专注于网站建设十多年,网设计领域的专业建站公司;建站业务涵盖:谯城等地区。谯城做网站价格咨询:18982081108
public class FileDemo{
public static void main(String[] args)throws Exception{
//第一个参数是文件路径,第二个参数是要搜索的文件扩展名
getFile("D:\\JavaDemo",".txt");
}
private static void getFile(String pathName, final String endsWith)throws Exception{
File file = new File(pathName);
if(!file.exists())
throw new RuntimeException("文件不存在,你检索个P呀。");
file.listFiles(new FileFilter(){
public boolean accept(File file){
if(file.getName().endsWith(endsWith)){
System.out.println(file.getName());
return true;
}else
return false;
}
});
}
}
jsp搜索只支持当前页面搜索如存在翻页功能请使用java
以页面列表为例:
1.在列表页单条记录外套一层div;div name="searchName" search="J2联赛北九州金泽塞维"/div
search为自定义属性 value为可搜索的关键字
2.js
$("[name='searchName']").each(function(){
var n = $(this).attr("search");
if(n.indexOf(name) == -1 )
{
$(this).hide();//隐藏不存在关键字的列表
}
});
你是要显示guanshan.html和shigushan.html??
用javascript跳转地址不就好了
scriptlocation.href='XXXXX/guanshan.html'/script
...另外,别用什么access呀,半残数据库.