<%@ page language="java" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@ page import="cn.sinobest.framework.util.ConfUtil" %> <% String headJspVersion = ConfUtil.getParam("HEAD_JSP_VERSION","V1"); if(headJspVersion.equalsIgnoreCase("V2")){ %> <%@include file="./head_v2.jsp" %> <% }else{ %> <%@include file="./head_v1.jsp" %> <% } %>