文件名称:JavaScript编写的简单计算器
文件大小:6KB
文件格式:RAR
更新时间:2015-11-07 11:54:04
JavaScript 计算器
<html> <head> <title>简易计算器</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="Calculator.css" type="text/css"></link> [removed][removed] </head> <body>
<form method="post" action="" name="form">
</body>
</html>
计 算 器
<input name="ipt" type="text" id="ipts" value="0" size="40" maxlength="20" readonly="readonly" />
<input name="button23" type="button" class="bt" id="button23" value="Backspace" />
<input name="button21" type="button" class="bt" id="button20" value="CE" />
<input name="button20" type="button" class="bt" id="button21" value="C" />
<input blue" name="button1" type="button" class="bt1" id="button1" value="7" />
<input blue" name="button2" type="button" class="bt1" id="button2" value="8" />
<input blue" name="button3" type="button" class="bt1" id="button3" value="9" />
<input red" name="button4" type="button" class="bt1" id="button4" value="/" />
<input blue" name="button5" type="button" class="bt1" id="button5" value="sqrt" />
<input blue" name="button6" type="button" class="bt1" id="button6" value="4" />
<input blue" name="button7" type="button" class="bt1" id="button7" value="5" />
<input blue" name="button8" type="button" class="bt1" id="button8" value="6" />
<input red" name="button9" type="button" class="bt1" id="button9" value="*" />
<input blue" name="button10" type="button" class="bt1" id="button10" value="%" />
<input blue" name="button11" type="button" class="bt1" id="button11" value="1" />
<input blue" name="button12" type="button" class="bt1" id="button12" value="2" />
<input blue" name="button13" type="button" class="bt1" id="button13" value="3" />
<input red" name="button14" type="button" class="bt1" id="button14" value="-" />
<input blue" name="button15" type="button" class="bt1" id="button15" value="1/x" />
<input blue" name="button16" type="button" class="bt1" id="button16" value="0" />
<input blue" name="button17" type="button" class="bt1" id="button17" value="+/-" />
<input blue" name="button18" type="button" class="bt1" id="button18" value="." />
<input red" name="button19" type="button" class="bt1" id="button19" value="+" />
<input red" name="button22" type="button" class="bt1" id="button22" value="=" />
</form>
【文件预览】:
jsq
----bj.jpg(11KB)
----Calculator.css(833B)
----Calculator.js(3KB)
----Calculator.html(4KB)