📄 whatpromot.jsp
字号:
<%@ page language="java" errorPage="../error.jsp" %>
<%@ include file="../jstl.inc"%>
<c:import url="Product.jsp">
<c:param name="sql" value="select product.productId as productId,product.name as name,item.listPrice as listPrice,item.unitCost as unitPrice,item.itemid as itemid,item.supplier as publisher from product as product,item as item where isPromot=1 and product.productId=item.productId and item.status='1'"/>
</c:import>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -