C's type suffixes may be used to control the size of numeric literals. ... typedef enum : unsigned char { Red, Green, Blue } Color; NSNumber *red = @(Red), ...
確定! 回上一頁