📄 flowview.jsp
字号:
<%@ page language="java" contentType="text/html; charset=GBK"%>
<%@include file="/common/taglibs.jsp"%>
<%String docid = request.getParameter("_docid");
String contextPath = request.getContextPath();
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title><%=request.getParameter("title")%></title>
</head>
<body>
<img name="flowImg"
src=<%= contextPath + "/uploads/billflow/" + docid + ".jpg"%> />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -