clear_format_thread.jsp 275 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <%@ page import="com.engine.kq.biz.KQFormatJob" %> <%@ page language="java" contentType="text/html; charset=UTF-8" %> <% try { KQFormatJob.kqformatIds.clear(); } catch (Exception e) { e.printStackTrace(); out.print(e.getMessage()); } %>