?? userprofile.jsp
字號:
<%@ include file="/common/taglibs.jsp"%>
<head>
<title><fmt:message key="userProfile.title"/></title>
<content tag="heading"><fmt:message key="userProfile.heading"/></content>
</head>
<c:choose>
<c:when test="${param.from == 'list'}">
<fmt:message key="userProfile.admin.message"/>
</c:when>
<c:otherwise>
<fmt:message key="userProfile.message"/>
</c:otherwise>
</c:choose>
<div class="separator"></div>
<jsp:include page="/userForm.jsp"/>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -