产品详情
说明: 以静态化的地址来访问动态页面
如: http://localhost:8080/articlelist.jsp?ty_id=1&color=red
可以用
http://localhost:8080/articlelist-1-1red.html
来访问
接受参数时 参数名称遵循
param+整数(>=1)
例如第一个参数名称为 param1
第二个参数名称为 param2
依次类推
【完全自己写的挺简陋的不过有参考价值】
(Of a static address to access the dynamic page such as: http://localhost:8080/articlelist.jsp?ty_id=1)
(Of a static address to access the dynamic page such as: http://localhost:8080/articlelist.jsp?ty_id=1)
文件列表:
index.jsp
WEB-INF
.......\classes
.......\.......\com
.......\.......\...\xiaoran
.......\.......\...\.......\conreoller
.......\.......\...\.......\..........\HTMLToJsp.class
.......\.......\...\.......\..........\HTMLToJsp.java
.......\lib
.......\web.xml
WEB-INF
.......\classes
.......\.......\com
.......\.......\...\xiaoran
.......\.......\...\.......\conreoller
.......\.......\...\.......\..........\HTMLToJsp.class
.......\.......\...\.......\..........\HTMLToJsp.java
.......\lib
.......\web.xml
