JSP direct reading directory program can make personal photo album
1. First you must set the directory of the pictures
2.Access address/index.jsp?ToPage=1
String url="/2/";//Set the picture directory
int w=250;//Set the image width
int h=175;//Set the image height
int ShowPage=12;//Set the number of pictures displayed on each page
Expand