DDR爱好者之家 Design By 杰米
本文实例为大家分享了js制作简易计算器的具体代码,供大家参考,具体内容如下
<head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> * { padding: 0; margin: 0; } li { list-style: none; } body { background: #940032; } #counter { width: 500px; height: 420px; background: #939; margin: 50px auto 0; position: relative; } #counter h2 { line-height: 42px; padding-left: 15px; font-size: 14px; font-family: arial; color: #ff3333; } #counter a { font-weight: normal; text-decoration: none; color: #ff3333; } #counter a:hover { text-decoration: underline; } #bg { width: 280px; height: 200px; border: 3px solid #680023; background: #990033; filter: alpha(opacity=80); opacity: 0.8; position: absolute; left: 50%; top: 115px; margin-left: -141px; } #counter_content { width: 250px; position: absolute; top: 130px; left: 130px; z-index: 1; } #counter_content h3 { margin-bottom: 10px; } #counter_content h3 input { border: none; width: 223px; height: 30px; line-height: 30px; padding: 0 10px; background: url(img/ico.png) no-repeat; text-align: right; color: #333; font-size: 14px; font-weight: bold; } #counter_content div { width: 250px; } #counter_content input { width: 60px; height: 30px; line-height: 30px; float: left; background: url(img/ico.png) no-repeat -303px 0; text-align: center; color: #fff; cursor: pointer; margin: 0 1px 4px 0; border: 0; } #counter_content div > input:hover { background: url(img/ico.png) no-repeat -243px 0; } #counter p { width: 500px; position: absolute; bottom: 20px; left: 0; color: #ff3333; text-align: center; font-size: 12px; } </style> </head> <body> <div id="counter"> <h2>简易计算</h2> <div id="counter_content"> <h3><input id="input1" type="text" value="0"/></h3> <div id="div1"> <input type="button" value="7" onclick="kick('7')"/> <input type="button" value="8" onclick="kick('8')"/> <input type="button" value="9" onclick="kick('9')"/> <input type="button" value="+" onclick="kick('+')"/> <input type="button" value="4" onclick="kick('4')"/> <input type="button" value="5" onclick="kick('5')"/> <input type="button" value="6" onclick="kick('6')"/> <input type="button" value="-" onclick="kick('-')"/> <input type="button" value="1" onclick="kick('1')"/> <input type="button" value="2" onclick="kick('2')"/> <input type="button" value="3" onclick="kick('3')"/> <input type="button" value="*" onclick="kick('*')"/> <input type="button" value="0" onclick="kick('0')"/> <input type="button" value="C" onclick="kick('C')"/> <input type="button" value="=" onclick="kick('=')"/> <input type="button" value="/" onclick="kick('/')"/> </div> </div> </div> </body> <script> var showInput = document.getElementById("input1"); var isClear = false; var tempStr = ""; var clacType = ""; var isContinue = true; function kick(clickValue) { switch (clickValue) { case "=": if (tempStr != "" && clacType != "") { showInput.value = clac(tempStr, showInput.value, clacType); isContinue = false; clacType = ""; } break; case "+": case "-": case "*": case "/": //如果预存的操作符不为空 表示表示连续操作 if (clacType != "" && !isContinue) { //先执行计算 tempStr = clac(tempStr, showInput.value, clacType); isClear = true; clacType = clickValue; } else { tempStr = showInput.value; //点击操作符之后 预存字符 isClear = true;//表示点击了操作符 clacType = clickValue;//预存操作符 } isContinue = true; break; case "C": showInput.value = "0"; isClear = false; tempStr = ""; clacType = ""; break; default://普通的数字按钮点击 showInput.value = showInput.value == "0" "" : showInput.value; isContinue = false; if (isClear) { showInput.value = ""; showInput.value += clickValue; isClear = false; } else { showInput.value += clickValue; } break; } } function clac(num1, num2, type) { switch (type) { case "+": return Number(num1) + Number(num2); case "-": return Number(num1) - Number(num2); case "*": return Number(num1) * Number(num2); case "/": return Number(num1) / Number(num2); default: break; } } </script>
关于计算器的精彩文章请查看《计算器专题》 ,更多精彩等你来发现!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
DDR爱好者之家 Design By 杰米
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
DDR爱好者之家 Design By 杰米
暂无评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。
更新日志
2024年11月28日
2024年11月28日
- 凤飞飞《我们的主题曲》飞跃制作[正版原抓WAV+CUE]
- 刘嘉亮《亮情歌2》[WAV+CUE][1G]
- 红馆40·谭咏麟《歌者恋歌浓情30年演唱会》3CD[低速原抓WAV+CUE][1.8G]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[320K/MP3][193.25MB]
- 【轻音乐】曼托凡尼乐团《精选辑》2CD.1998[FLAC+CUE整轨]
- 邝美云《心中有爱》1989年香港DMIJP版1MTO东芝首版[WAV+CUE]
- 群星《情叹-发烧女声DSD》天籁女声发烧碟[WAV+CUE]
- 刘纬武《睡眠宝宝竖琴童谣 吉卜力工作室 白噪音安抚》[FLAC/分轨][748.03MB]
- 理想混蛋《Origin Sessions》[320K/MP3][37.47MB]
- 公馆青少年《我其实一点都不酷》[320K/MP3][78.78MB]
- 群星《情叹-发烧男声DSD》最值得珍藏的完美男声[WAV+CUE]
- 群星《国韵飘香·贵妃醉酒HQCD黑胶王》2CD[WAV]
- 卫兰《DAUGHTER》【低速原抓WAV+CUE】
- 公馆青少年《我其实一点都不酷》[FLAC/分轨][398.22MB]
- ZWEI《迟暮的花 (Explicit)》[320K/MP3][57.16MB]