<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> My JSP 'qginfo.jsp' starting page
登录 注册
prev
    <%! String img[]={"","",""}; int im[]={1,2}; %> <% im[0]=1; img[0]="./img/one.png"; img[1]="./img/look.png"; img[2]="./img/p1.png"; request.setAttribute("qq", img); request.getAttribute("qq"); %>
  • 美好的一天从MyDay开始
  • 校园超市为你方便购物
  • 失物招领让你的宝贝回家
  • 资源共享丰富你的知识
  • 跳蚤市场轻松解决你不需要的物品
next
<%! int aa[]={1,2,3,4,5,6,7,88}; %> <% request.setAttribute("nn", aa); %>
查看联系方式
<%! String a[]={""};int b[]={11,22,33,44,55,66,77,88}; %> <% b[7]=1;a[0]="zz"; %>