美文网首页
NSInteger和int的差别

NSInteger和int的差别

作者: 笨鸟后飞了 | 来源:发表于2019-12-11 08:51 被阅读0次

    NSInteger和int的差别:NSInteger会根据系统的位数32or64,自动选择int的最大数值int or long,这样我们就不用考虑设备是32位还是64位系统

    相关文章

      网友评论

          本文标题:NSInteger和int的差别

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