⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testauthv.tag

📁 某石油系统正在使用的实时报表平台系统
💻 TAG
字号:
<%@ tag body-content="empty" %>
<%@ attribute name="auth" required="true" %>
<%@ attribute name="privilege" required="true" %>
<%@ attribute name="var" type="java.lang.String" rtexprvalue="false" required="true" %>
<%@ variable name-from-attribute="var" alias="result" scope="AT_END" %>

<%@ include file="/Components/tourFunLibs.jsp" %>
<%
	boolean result;
	try
	{
		result = tflHasAuth((char)Integer.parseInt(auth), privilege);
	}
	catch(Exception e)
	{
		result = false;
	}
	
	jspContext.setAttribute("result", new Boolean(result));
%>

⌨️ 快捷键说明

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