我想創建一個NSMutableDictionary與整數映射到一個結構(結構)。 例如: int nVar = 1; typedef struct { NSString *pstrName; }sSampleStruct; ...
確定! 回上一頁