function area(radius){
    return Math.PI*radius*radius;
}

相关文章: