Gson gson = new Gson();
String json = gson.toJson(al);
System.out.println("-------->" + json);
JSONArray newArray = new JSONArray();
newArray.put(json);
JSUtil.execCallback(pWebview, CallBackID, newArray, JSUtil.OK, false);
出现04-11 22:45:29.567 5664-5664/io.dcloud.HBuilder.Hello I/console: [ERROR] Uncaught SyntaxError: Unexpected identifier
0 个回复