y(6)
    var s = "";
    function y (r){
        s = Math.PI*r*r;
        alert(s);
    }

 

相关文章: