怎么将取到的值按照年月日显示?
毕业设计
1
public List<Map> hitch(String stId, String Date) {
}
public List<Map> parseJSON(String jsonData) {
JSONObject year = new JSONObject();
year.put("年", date);
JSONObject mouth = new JSONObject();
mouth.put("月", date);
JSONObject day = new JSONObject();
day.put("日", date);
}
发表回复