swift2.0 计算圆面积

 1 override var area: Double { 2 return M_PI * radius * radius 3 } 

posted on 2015-10-06 09:04  佟言无忌  阅读(723)  评论(0)    收藏  举报