// JSON import org.json.JSONArray; import org.json.JSONObject; res.setContentType("application/x-json"); res.getWriter().print(json.toString()); ...
確定! 回上一頁