首页 > 编程语言 > 详细

operator is not a known binary operator swift 语法错误笔记

时间:2014-12-23 13:57:23      阅读:414      评论:0      收藏:0      [点我收藏+]

operator is not a known binary operator swift 语法错误笔记

error: operator is not a known binary operator

for x in 1..10

 版本更新,开区间  改为 “..<”



var arr = String[]()

array types are now written with the brackets around the element type 


版本更新,改为var arr:[String] = [String]()


operator is not a known binary operator swift 语法错误笔记

原文:http://blog.csdn.net/nothingl3/article/details/42101621

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!