action.jsp 304 Bytes
<%@page import="net.sf.json.JSONObject"%>
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ include file="/mobilemode/mobile/base.jsp"%>
<%
JSONObject json = new JSONObject();
JSONObject json2 = new JSONObject();

json.put("data", json2);
json.put("status", "1");
out.print(json);
%>