php 简单、计算器
简单、计算器 一个、、、简单的 、 计算器**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>
精彩图集
精彩文章






