?? test.jsp
字號:
<%@ page language="java" import="java.util.*,org.json.*" pageEncoding="utf-8"%>
<%
String result="";
//JSONArray _array = new JSONArray();
JSONObject _user = new JSONObject();
_user.append("name","張三1");
_user.append("gender","男");
_user.append("age","18");
//_array.put(_user);
//JSONObject _users = new JSONObject();
//out.print(_users.put(_array));
//result = new JSONObject().put("user",_user).toString();
out.print(_user);
System.out.println(_user);
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -