add file:http

This commit is contained in:
qianguyihao
2018-02-28 15:26:24 +08:00
parent a551582544
commit 852fe87dd4
4 changed files with 970 additions and 1 deletions

10
08-Ajax/1.php Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<body>
<?php
echo "我的第一段 PHP 脚本";
?>
</body>
</html>