PHP5實現的一個簡單的計算器

1.配置phpstorm2018 ,php環境 2.配置內置web server 3.新建項目,編寫代碼: caculator.php <html> <head> </head> <body> <?php if (!empty($_POST)) { $data1 = $_POST["data1"]; $data2 = $_POST["data2"]; $fuhao =
相關文章
相關標籤/搜索