颜色随机

    xiaoxiao2021-03-25  175

    int R = (arc4random() % 256) ;

    //  int G = (arc4random() % 256) ;

    //  int B = (arc4random() % 256) ;

    //  cell.backgroundColor = [UIColor colorWithRed:R/255.0 green:G/255.0 blue:B/255.0 alpha:1];

    转载请注明原文地址: https://ju.6miu.com/read-11201.html

    最新回复(0)