Controller收到json字串,可使用Gson的 fromJson(String json, Type typeOfT) 方法來轉換成 List<Map<String, String>> 。 import java.lang.reflect.
確定! 回上一頁