我有一个NSMutableDictionary
从服务器返回的 JSON 格式。
从中我必须删除一个为空且不使用的键。我必须同时删除键和值
我们怎样才能删除那个键....
关键值是
appointmentType = 1;
description = Right;
endDate = "2013-09-11";
endTime = "02:30:00";
flgHolidaySchedule = 1;
flgSiteSetupSchedule = 1;
therapistId = "maheswaran@excelgoodies.com";
uri = "<null>";
现在我必须从字典中删除 uri Key....