bug995085cactustest.jsp

来自「一个使用struts+hibernate+spring开发的完的网站源代码。」· JSP 代码 · 共 16 行

JSP
16
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %><%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%><html><body><f:view>    <h:graphicImage id="logo1" value="images/logo_value.jpg" />    <h:graphicImage id="logo2" url="images/logo_url.jpg" /></f:view></body></html>

⌨️ 快捷键说明

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