📄 user_input.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GB18030" pageEncoding="GB18030"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=GB18030"><title>添加用户</title></head><body><f:view>
<h:form>
<h:inputHidden value="#{userAction.user.id}"/>
用户名:<h:inputText value="#{userAction.user.username}"/>
密码:<h:inputSecret value="#{userAction.user.password}"/>
<h:commandButton action="#{userAction.save}" value="保存用户的数据"/>
</h:form>
</f:view></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -