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]()
标签: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 语法错误笔记
标签:swift语法错误笔记
原文地址:http://blog.csdn.net/nothingl3/article/details/42101621