NSMutableDictionary is adding quotes to keys and values - why?

后端 未结 2 390
故里飘歌
故里飘歌 2020-12-19 12:02

I\'m trying to add some additional key/value pairs to an NSMutableDictionary, using:

Tag *tag1 = [results1 objectAtIndex:0];
[resultsDict setObject:[tag1 ret         


        
2条回答
提交回复
热议问题