%-- Created by IntelliJ IDEA. User: lenovo Date: 2019/1/11 Time: 19:57 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %> <%String a=request.getParameter("id"); String b[][]=new String[3][3]; for(int i=0;i<3;i++) for(int j=0;j<3;j++) b[i][j]="hello"; %> <%%>