- (NSString *)description
生活随笔
收集整理的這篇文章主要介紹了
- (NSString *)description
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
return [NSString stringWithFormat:@"<%@: %p>", self.class, self];
?
return [NSString stringWithFormat:@"<%@: %p> {answer: %@, icon: %@, title: %@, options: %@}", self.class, self, self.answer, self.icon, self.title, self.options];
轉載于:https://www.cnblogs.com/penger/p/4412780.html
總結
以上是生活随笔為你收集整理的- (NSString *)description的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ajax传值到ashx接收反序列
- 下一篇: B表中的pid对应A表中id,查询A表中