阅读背景:

Struct结构体定义和NSRange, NSPoint得使用

来源:互联网 
结构体类型定义:
struct Date = {
    int year;
    int month;
    int day;
};
struct Date d = {2013,8,17};
d.day = 6;
struct Date = {
    int year;
    



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: