add:数组的常见方法

This commit is contained in:
qianguyihao
2019-02-03 18:06:24 +08:00
parent d23d24fd29
commit 89f865611a
141 changed files with 797 additions and 1322 deletions

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

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