我是利用Gson来弄得Gson gson = new Gson();//显得出HashMap的类型Type type = new TypeToken<HashMap<String, String>>(){}.getType();//转为map集合Map<String,String> map = gson.fromJson(body,type);…
//正式服务器 更换航班 public function changef(){ $str = '{"airportTax":50,"arriModifyTime":"","arriTime":"0935","codeShare":false,"depTime":"0625","dstCity":"CTU",&…