<%@ page language="java" contentType="text/html; charset=GBK" %> <%@page import="com.amarsoft.awe.ueditor.ActionEnter"%> <%@ page trimDirectiveWhitespaces="true" %> <%@ include file="/Frame/resources/include/include_begin_ajax.jspf" %> <% session.setAttribute("LastRunEndTime", "上传不做双击校验"); String sStr = new ActionEnter(pageContext, CurUser, CurConfig.getConfigure("FileSavePath"), new File(application.getRealPath(request.getServletPath())).getParent()+File.separator+"config.json").exec() ; //System.out.println(sStr); out.write(sStr); %> <%@ include file="/Frame/resources/include/include_end_ajax.jspf" %>