0
如何創建json對象並將其中的值放入GWT中?Java GWT JSONObject put字符串
import com.google.gwt.json.client.JSONObject;
...
JSONObject myJson = new JSONObject();
myJson.put("hello", "world");
因爲put方法我已經收到錯誤: 的方法認沽(字符串,JSONValue)在類型的JSONObject是不適用的參數(字符串,字符串)