摘要:
一、修改方法的外部参数名称,例子如下class Counter { var count = 0; func increment() { count++; } func incrementBy(amount:Int, numOfTimes:Int){ count += amount... 阅读全文
posted @ 2014-06-13 18:19
blogs_zixin
阅读(222)
评论(0)
推荐(0)
2014年6月13日