获取随机RGB 2017-08-23 本文已影响0人 大鹏你我他 int R = (arc4random() % 256) ; int G = (arc4random() % 256) ; int B = (arc4random() % 256) ;