亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

model轉字典

發布時間:2020-08-04 07:40:51 來源:網絡 閱讀:450 作者:ljl5125 欄目:開發技術

+ (NSDictionary *) entityToDictionary:(id)entity  

{  

      

    Class clazz = [entity class];  

    u_int count;  

      

    objc_property_t* properties = class_copyPropertyList(clazz, &count);  

    NSMutableArray* propertyArray = [NSMutableArray arrayWithCapacity:count];  

    NSMutableArray* valueArray = [NSMutableArray arrayWithCapacity:count];  

      

    for (int i = 0; i < count ; i++)  

    {  

        objc_property_t prop=properties[i];  

        const char* propertyName = property_getName(prop);  

          

        [propertyArray addObject:[NSString stringWithCString:propertyName encoding:NSUTF8StringEncoding]];  

          

        //        const char* attributeName = property_getAttributes(prop);  

        //        NSLog(@"%@",[NSString stringWithUTF8String:propertyName]);  

        //        NSLog(@"%@",[NSString stringWithUTF8String:attributeName]);  

          

        id value =  [entity performSelector:NSSelectorFromString([NSString stringWithUTF8String:propertyName])];  

        if(value ==nil)  

            [valueArray addObject:[NSNull null]];  

        else {  

            [valueArray addObject:value];  

        }  

        //        NSLog(@"%@",value);  

    }  

      

    free(properties);  

      

    NSDictionary* returnDic = [NSDictionary dictionaryWithObjects:valueArray forKeys:propertyArray];  

    NSLog(@"%@", returnDic);  

      

    return returnDic;  

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

奉节县| 营口市| 札达县| 玛沁县| 凌云县| 文成县| 日喀则市| 陆丰市| 交口县| 江川县| 德惠市| 东源县| 花莲县| 安泽县| 浠水县| 三台县| 喜德县| 泸西县| 吴桥县| 夏津县| 永修县| 黄山市| 长兴县| 鄂伦春自治旗| 贵阳市| 孟州市| 揭阳市| 天长市| 抚宁县| 扎囊县| 醴陵市| 柳河县| 若尔盖县| 万载县| 霍州市| 丰顺县| 阳曲县| 车险| 德化县| 布尔津县| 康平县|