摘要:
.h文件@interface DetailsViewController : UITableViewController { NSDictionary *dict;}@property (nonatomic, retain) NSDictionary *dict;.m文件代码@implementation DetailsViewController@synthesize dict; - (void)viewDidLoad{ self.dict = [NSDictionary dictionaryWithObjectsAndKeys: @"Alfred", @"Na 阅读全文