fromJson (false, Boolean.class); String str = gson.fromJson(abc, String.class); String anotherStr = gson.fromJson([abc], String.class);
確定! 回上一頁