Objective-c 字面量
摘要:
#import int main (int argc, const char * argv[]){ /** 以下为基本类型字面量举例 */ int a = 10; // 10为一个整型字面量 float f = 0.5f; /... 阅读全文
posted @ 2015-09-20 23:27 幻梦@族 阅读(76) 评论(0) 推荐(0)
posted @ 2015-09-20 23:27 幻梦@族 阅读(76) 评论(0) 推荐(0)