91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

HTML如何實現簡單計算器

發布時間:2022-03-01 15:30:25 來源:億速云 閱讀:183 作者:iii 欄目:web開發

本篇內容介紹了“HTML如何實現簡單計算器”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

HTML如何實現簡單計算器

代碼如下:

  <!DOCTYPEhtml>

  <html>

  <metaname="content-type"content="text/html;charset=UTF-8">

  <head>

  <title>Calculator</title>

  <!--將按鍵內容以

  字符串

  形式存儲在文字框中當按鈕為“=”時,調用eval方法計算結果然后將結果輸出文字框中-->

  <scripttype="text/

  javascript

  ">

  varnumresult;

  varstr;

  function

  onclick

  num(nums){

  str=

  document

  .getElementById("nummessege");

  str.value=str.value+nums;

  }

  functiononclickclear(){

  str=document.getElementById("nummessege");

  str.value="";

  }

  functiononclickresult(){

  str=document.getElementById("nummessege");

  numresult=eval(str.value);

  str.value=numresult;

  }

  </script>

  </head>

  <bodybgcolor="affff">

  <!--定義按鍵表格,每個按鍵對應一個事件觸發-->

  <tableborder="1"align="center"bgColor="#bbff77"

  style="height:350px;width:270px">

  <tr>

  <tdcolspan="4">

  <inputtype="text"id="nummessege"

  style="height:90px;width:350px;

  font-size

  :50px"/>

  </td>

  </tr>

  <tr>

  <td>

  <inputtype="button"value="1"id="1"onclick="onclicknum(1)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="2"id="2"onclick="onclicknum(2)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="3"id="3"onclick="onclicknum(3)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="+"id="add"onclick="onclicknum('+')"

  style="height:70px;width:90px;font-size:35px">

  </td>

  </tr>

  <tr>

  <td>

  <inputtype="button"value="4"id="4"onclick="onclicknum(4)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="5"id="5"onclick="onclicknum(5)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="6"id="6"onclick="onclicknum(6)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="-"id="sub"onclick="onclicknum('-')"

  style="height:70px;width:90px;font-size:35px">

  </td>

  </tr>

  <tr>

  <td>

  <inputtype="button"value="7"id="7"onclick="onclicknum(7)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="8"id="8"onclick="onclicknum(8)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="9"id="9"onclick="onclicknum(9)"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="*"id="mul"onclick="onclicknum('*')"

  style="height:70px;width:90px;font-size:35px">

  </td>

  </tr>

  <tr>

  <tdcolspan="2">

  <inputtype="button"value="0"id="0"onclick="onclicknum(0)"

  style="height:70px;width:190px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="."id="point"onclick="onclicknum('.')"

  style="height:70px;width:90px;font-size:35px">

  </td>

  <td>

  <inputtype="button"value="/"id="division"

  onclick="onclicknum('/')"

  style="height:70px;width:90px;font-size:35px">

  </td>

  </tr>

  <tr>

  <tdcolspan="2">

  <inputtype="button"value="Del"id="clear"

  onclick="onclickclear()"

  style="height:70px;width:190px;font-size:35px"/>

  </td>

  <tdcolspan="2">

  <inputtype="button"value="="id="result"

  onclick="onclickresult()"

  style="height:70px;width:190px;font-size:35px"/>

  </td>

  </tr>

  </table>

  </body>

  </html>

“HTML如何實現簡單計算器”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

龙山县| 三穗县| 灵武市| 铁岭县| 利辛县| 汽车| 镇巴县| 广宗县| 隆安县| 偏关县| 长顺县| 晋中市| 万源市| 六安市| 深圳市| 新龙县| 廊坊市| 南昌县| 神农架林区| 苏州市| 钦州市| 盐亭县| 疏附县| 遵化市| 读书| 酒泉市| 轮台县| 佛冈县| 广东省| 巴林左旗| 鹰潭市| 拜泉县| 特克斯县| 都匀市| 河津市| 凭祥市| 普陀区| 开远市| 大名县| 信宜市| 华亭县|