📄 data.jsp
字号:
<%@ page contentType="text/html;charset=gbk" %>
<%@ page language="java"%>
<%@ include file="../../includes/public.jsp" %>
<%
String pi = util.GetRequest("pi","0");
String functioncode = util.GetRequest("functioncode","");
String functioncode2="functionquerylist";
String where = " where functions='"+functioncode+"' order by orderid";
boolean p = false ;
if(pi.equals("1")){
p=true;
}
out.print(ui.GetDataFormFunction(functioncode2,where,p));
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -