📄 productpricetimesetup.jsp
字号:
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<% if (global.isLogined == false) {
%>
<jsp:forward page="../pub/DBErr.jsp" >
<jsp:param name="rtcode" value="-4" />
</jsp:forward>
<% }
%>
<html>
<head>
<title>产品价格信息</title>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../pub/css.css">
</head>
<form method="post" action="ProductPriceReport.jsp">
定价日期:
<input type="text" name="priceDaten" size="4" maxlength="4">
年
<input type="text" name="priceDatey" size="2" maxlength="2">
月
<input type="text" name="priceDater" size="2" maxlength="2">
日
<br>
<p>
<input type="submit" name="query" value="下一步" />
<input type="reset" value="重置" />
</form>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -