Skip to content

Commit

Permalink
用Xcode7.2测试 ..<可以 ...<不可以
Browse files Browse the repository at this point in the history
  • Loading branch information
wujichao committed Jan 14, 2016
1 parent 6a5958a commit af484a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ if number{

for循环在Swift中变得更方便,更强大。

得益于Swift新添加的范围操作符`...``...<`
得益于Swift新添加的范围操作符`...``..<`

我们能够将之前繁琐的for循环:

Expand Down

0 comments on commit af484a9

Please sign in to comment.