xiyou 发表于 2018-12-22 12:57:10

PHP实现简单计算器

PHP简单计算器
   
   
table{
border:1px solid #CC9999;
width:600px;
}
th{
background:#CCCCCC;
}
td{
background:#CCC;
font:Georgia, "Times New Roman", Times, serif;
}
.setno{
color:#FF0000;
}
.setyes{
color:#03F;
}

   
   
   
   
   
    计算器  ----by Jackie Lee
页: [1]
查看完整版本: PHP实现简单计算器