会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
NSDefaultRunLoopMode
态度决定一切 细节决定成败
博客园
首页
新随笔
联系
订阅
管理
2014年8月10日
Array types are now written with the brackets around the element type
摘要: 因为网站翻译的时候应该用的beta/beta2,而再beta4中就会出现问题,解决问题方案:var shopping: String[] = ["Eggs","Milk"];修改成var shopping: [String] = ["Eggs","Milk"];既可,解决问题!
阅读全文
posted @ 2014-08-10 18:10 NSDefaultRunLoopMode
阅读(1359)
评论(0)
推荐(0)
编辑
公告