makeauth.tag

来自「某石油系统正在使用的实时报表平台系统」· TAG 代码 · 共 13 行

TAG
13
字号
<%@ tag body-content="empty" %>
<%@ attribute name="privilege" required="true" %>

<%@ include file="/Components/tourFunLibs.jsp" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

<c:set var="result" value="" />

<%
	jspContext.setAttribute("result", new Integer((int)tflMakeAuth(privilege)));
%>

<c:out value="${result}" />

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?