添加了html

This commit is contained in:
2021-11-11 10:11:47 +08:00
parent 03d620451d
commit b4c610dc71
18 changed files with 245 additions and 1214 deletions

5
html/php/config.php Normal file
View File

@ -0,0 +1,5 @@
<?php
file_put_contents("config.json",json_encode($_POST));
echo "提交成功";