1 Star 0 Fork 0

李晓敏 / php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo_post.php 643 Bytes
一键复制 编辑 原始数据 按行查看 历史
李晓敏 提交于 2024-04-30 03:34 . 0430
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<a href="demo_post.php">POST</a>
<a href="demo_get.php">GET</a>
<hr/>
<form action="demo005.php" method="POST">
圆环的数量:<input type="text" name="c" /><br/>
起始圆的直径:<input type="text" name="h" /><br/>
步长:<input type="text" name="s" /><br/>
<input type="submit" value="提交"/>
<input type="reset" value="取消"/>
</form>
<?php
// put your code here
?>
</body>
</html>
1
https://gitee.com/li-iaoin/php.git
git@gitee.com:li-iaoin/php.git
li-iaoin
php
php
master

搜索帮助