denglu.jsp

来自「实现复杂的分页查询」· JSP 代码 · 共 14 行

JSP
14
字号
<%@ page language="java" pageEncoding="ISO-8859-1"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> 
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
 
<html:html> 
<html:form action="/denglu">
		<html:text property="userid"/>
		<html:text property="password"/>
		<html:errors/>
		<html:submit property="submit"/><html:cancel property="cancel"/>
		</html:form>
</html:html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?