checkcode.jsp
来自「财务说明的管理」· JSP 代码 · 共 25 行
JSP
25 行
<%-- Created by IntelliJ IDEA. User: RuiLei Date: 2006-5-21 Time: 20:35:20 To change this template use File | Settings | File Templates.--%><%@ page contentType="text/html;charset=GBK" %><%@ include file="/IncludeBeginMD.jsp" %><%@ page import="com.hexiesoft.utils.Consts" %><% String blno = DataConvert.toRealString(iPostChange, request.getParameter("blno")); boolean isEmpty = false; String queryStr = "select * from invoice where blno = '" + blno + "'"; ASResultSet rs = Sqlca.getASResultSet(queryStr); if( !rs.next()){ isEmpty=true; }%><script language=javascript> self.returnValue = "<%=isEmpty%>"; self.close();</script><%@ include file="/IncludeEnd.jsp" %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?