php bsadd,PHP编写网页BS结构计算器

利用PHP和Html + javascript 编写一个简单的网页计算器程序,可以根据这种有趣的开发构架出更加有趣的网页。

​1. [代码]PHP计算器

caculator

function count(text3){

var text1 = parseint(document.form.text1.value);

var text2 = parseint(document.form.text2.value);

}

switch(text3){

case 0:

document.form.text3.value = text1 + text2;

break;

case 1:

document.form.text3.value = text1 - text2;

break;

case 2:

document.form.text3.value = text1 * text2;

break;

case 3:

document.form.text3.value = text1 / text2;

break;

default(text3 = text1/text2!=0){

document.form.text3.value = text1/text2;

}

}

$_GET['sub']?>源文件http://www.huiyi8.com/psd/​$_GET['mul']?>$_GET['div']?>

class calculate{

pbulic $text1;

public $text2;

public $text3;

function add($text1,$text2){

$text3 = $text1 + $text2;

$this->text1=$text1;

$this->text2=$text2;

echo "$_GET[add]";

}

function sub($text1,$text2){

$text3 = $text1 - $text2;

$this->text1=$text1;

$this->text2=$text2;

echo "$_GET[sub]";

}

function mul($text1,$text2){

$text3 = $text1 * $text2;

$this->text1=$text1;

$this->text2=$text2;

echo "$_GET[mul]";

}

function div($text1,$text2){

$text3 = $text1 / $text2;

$this->text1=$text1;

$this->text2=$text2;

echo "$_GET[div]";

}

function getresult(){

echo $text3 = ($text1 + $text2). ".$_GET[add]";

echo $text3 = ($text1 + $text2). ".$_GET[sub]";

echo $text3 = ($text1 + $text2). ".$_GET[mul]";

echo $text3 = ($text1 + $text2). ".$_GET[div]";

}

}

?>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值