龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

php 简单、计算器

时间:2015-04-05 15:45来源:网络整理 作者:网络 点击:
分享到:
简单、计算器 一个、、、简单的 、 计算器**calculator.html**[代码片段(18行)]**calculator.html**[代码片段(18行)]

一个、、、简单的 、 计算器

calculator.html

<html>
<head>
<title>�Ƽ�����</title>
<Script Language="JavaScript">
function totle(){
var a=document.box.son.value
var b=a+"="+eval(a);
alert(b);
}
</Script>
</head>
<body>
<form name="box">
��������ʽ:<input name="son" type="text">
������:<input type="button"value="ȷ��" onClick="totle()">
</form>
</body>
</html>

calculator.html

<html>
<head>
<title>�Ƽ�����</title>
<Script Language="JavaScript">
function totle(){
var a=document.box.son.value
var b=a+"="+eval(a);
alert(b);
}
</Script>
</head>
<body>
<form name="box">
��������ʽ:<input name="son" type="text">
������:<input type="button"value="ȷ��" onClick="totle()">
</form>
</body>
</html>
精彩图集

赞助商链接