1 override var area: Double { 2 return M_PI * radius * radius 3 }
swift2.0 计算圆面积
原文:http://www.cnblogs.com/toxufe/p/4856696.html