JS实现基本的网页计算器功能示例
网络编程 2021-07-04 15:02www.168986.cn编程入门
这篇文章主要介绍了JS实现基本的网页计算器功能,涉及JavaScript事件响应及数值运算相关操作技巧,需要的朋友可以参考下
本文实例讲述了JS实现基本的网页计算器功能。分享给大家供大家参考,具体如下
<html> <head> <title>网页计算机</title> <meta charset="UTF-8"/> <style type="text/css"> #jsjdiv{ border: solid 1px black; border-radius: 5px; width: 200px; /height: 400px;/ text-align: center; /设置div内部居中/ margin: auto; /设置计算机居中/ background-color: darkgrey; } input[type=text]{ width: 190px; /设置大小/ height: 35px; margin-: 10px; /设置边框/ margin-bottom: 5px; } input[type=button]{ width: 44px; height: 44px; /margin-left: 5px; margin-right: 5px;/ margin-: 5px; margin-bottom: 10px; font-size: 25px; /设置text的字体大小及深度/ font-weight: 600; } </style> <script type="text/javascript"> function cal(btn){ var num=btn.value; switch (num){ // 利用eval可以把string的内容转化成代码,在代码中输入可以直接进行计算 case "=": document.getElementById("inp").value=eval(document.getElementById("inp").value); break; case "c": document.getElementById("inp").value=""; break; default: //进行输入数据的拼接 document.getElementById("inp").value=document.getElementById("inp").value + num; break; } } </script> </head> <body> <div id="jsjdiv"> <input type="text" name="" id="inp" value="" /><br /> <input type="button" name="" id="btn" value="1" onclick="cal(this)"/> <input type="button" name="" id="" value="2" onclick="cal(this)"/> <input type="button" name="" id="" value="3" onclick="cal(this)"/> <input type="button" name="" id="" value="4" onclick="cal(this)"/><br /> <input type="button" name="" id="" value="5" onclick="cal(this)"/> <input type="button" name="" id="" value="6" onclick="cal(this)"/> <input type="button" name="" id="" value="7" onclick="cal(this)"/> <input type="button" name="" id="" value="8" onclick="cal(this)"/><br /> <input type="button" name="" id="" value="9" onclick="cal(this)"/> <input type="button" name="" id="" value="+" onclick="cal(this)"/> <input type="button" name="" id="" value="-" onclick="cal(this)"/> <input type="button" name="" id="" value="" onclick="cal(this)"/><br /> <input type="button" name="" id="" value="0" onclick="cal(this)"/> <input type="button" name="" id="" value="/" onclick="cal(this)"/> <input type="button" name="" id="" value="c" onclick="cal(this)"/> <input type="button" name="" id="" value="=" onclick="cal(this)" /> </div> </body> </html>
运行效果
网页计算机
利用css进行div的布局设置基本的计算机的基本的框架,
在其内部设置text进行显示,利用button添加按钮。
一个主要的点我们要在按按钮的时候,把数据输出到text文本上。我们利用了function添加一个函数,在进行按按钮时,利用onclick,连接到函数,在函数中实现文本的显示。我们在函数中只能对某个id进行调用,这样就表示有多少按钮就要有多少函数,而且内容相同。所以我们引用了this(当前对象)进行调用。
另一方面,我们要实现计算,我们利用eval()把其中的内容转化为代码,就相当于代码执行。所以可以直接进行运算输出。
当我们输入“=”和“c"就要进行计算操作,相应的我们利用了switch进行区分。
感兴趣的朋友可以使用在线HTML/CSS/JavaScript前端代码调试运行工具测试上述代码运行效果。
PS这里再为大家推荐几款计算工具供大家进一步参考借鉴
在线一元函数(方程)求解计算工具
科学计算器在线使用_高级计算器在线计算
在线计算器_标准计算器
更多关于JavaScript相关内容还可查看本站专题《》、《》、《》、《》、《》及《》
希望本文所述对大家JavaScript程序设计有所帮助。
上一篇:JS实现简单的表格增删
下一篇:JS数组进阶示例【数组的几种函数用法】
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南