2018年3月7日
摘要: (1) 访问index.jsp页面过程: Index.jsp |转译 Index_jsp.java |编译 Index_jsp.class(内存)-执行 访问index.jsp页面过程: Index.jsp |转译 Index_jsp.java |编译 Index_jsp.class(内存)-执行 阅读全文
posted @ 2018-03-07 22:03 song.yan 阅读(502) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String username=request.getParameter("userName"); String password=request.getP 阅读全文
posted @ 2018-03-07 22:02 song.yan 阅读(747) 评论(0) 推荐(0)