//读取文件名为VWPlist.plist文件中的数据

        NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"VWPlist" ofType:@"plist"];

        NSMutableDictionary *data = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];