亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

求圓的面積

用函數實現求圓形面積,并從鍵盤中獲取半徑,調用函數,得出面積



正在回答

2 回答

<!DOCTYPE html>

<html>

?<head>

? <title> new document </title> ?

? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> ??

? <script type="text/javascript"> ?

? ? function circle(){?

? ? ? ? const pi = 3.14159;

? ? ? ? var r = prompt("圓的半徑:");

? ? ? ? alert(pi*r*r); ?

? ? }

? </script>?

?</head>?

?<body>?

?<input type="button" value="圓的面積" onclick="circle()" />?

?</body>

</html>


1 回復 有任何疑惑可以回復我~
#1

zmc1903150733

charset="utf-8
2016-03-25 回復 有任何疑惑可以回復我~

<!DOCTYPE html>
<html>
<head>
??? <meta http-equiv="content-type" content="text/html" charset="utf-8">
?<title>計算圓的面積</title>
?<script type="text/javascript">
??function area()
??{
???var r=document.getElementById("hello").value;
???var _area=Math.PI*r*r;
??? alert(_area);
??}

?</script>
</head>
<body>
<input type="text" id="hello"></input>
<input type="button" value="計算圓的面積" onclick="area()"></input>
</body>
</html>

第一次回答問題0.0??

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

求圓的面積

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號