myphone.jsp

来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 9 行

JSP
9
字号
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<jsp:include page="header.jsp"></jsp:include>
<p>我的手机<br />${valueObject.serverInfo }<br /><br />
<c:forEach items="${valueObject.otherInfoMap}" var="otherInfo">
<br />${otherInfo.key }:${otherInfo.value }
</c:forEach>
</p>
<jsp:include page="footer.jsp"></jsp:include>

⌨️ 快捷键说明

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