美文网首页
ios 定义静态的数组

ios 定义静态的数组

作者: Albert新荣 | 来源:发表于2019-03-28 15:59 被阅读0次

    static NSString const *rowProperty[3] = {@"control",@"device",@"lighting"};

    取值的时候直接使用
    (NSString *)rowProperty[0]

    相关文章

      网友评论

          本文标题:ios 定义静态的数组

          本文链接:https://www.haomeiwen.com/subject/ynnirqtx.html