摘要:
1 ,可读性: readonly 、 readwrite@property(readwrite,....) valueType value;这个属性是变量的默认属性,就是如果你 (readwrite and readonly 都没有使用,那么你的变量就是 readwrite 属性 ) ,通过加入 r... 阅读全文
摘要:
typedef unsigned long long weiboId;typedef 定义一个使用方便的类型,谓之为“宏定义“。unsigned long long 是一种无符号的长长整型。本应该是这样,unsigned long long int ,这里省略了int ,编译器会自动认可。unsig... 阅读全文