So, what JSONObject.keySet() returns is a Set<String> (which is quite logical, since keys of JSON objects are strings). So all that you want is:
確定! 回上一頁