JSP数据交互
摘要:JSP数据交互 什么是jsp内置对象:jsp内置对象是Web容器创建的一组对象 示例: <% int[ ] value = { 60, 70, 80 }; for (int i : value) { out.println(i); } %> 常用的jsp内置对象 out,request,respon
阅读全文
posted @ 2020-09-17 20:18
posted @ 2020-09-17 20:18
posted @ 2020-09-16 20:42