2 Star 0 Fork 0

,。!/php-15002050125

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
cal.php 509 Bytes
Copy Edit Raw Blame History
,。! authored 2017-09-20 09:27 . 9.20
<?php
/**
* Created by PhpStorm.
* User: User
* Date: 2017/9/20
* Time: 9:06
*/
?>
<html>
<body>
<form action="test.php" method="post">
<input type="text" name="first" />
<select name="s">
<option value="+">+</option>
<option value="-">-</option>
<option value="*">*</option>
<option value="%">%</option>
<option value="/">/</option>s
</select>
<input type="text" name="second" />
<input type="submit" value="计算" />
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/panxiaowu/php-15002050125.git
git@gitee.com:panxiaowu/php-15002050125.git
panxiaowu
php-15002050125
php-15002050125
master

Search