• 实例首页
  • 自学教程
  • IT工具箱
xxxxxxxxxx
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<title>PHP 语法 实例 - 自学教程(runoops.com)</title>
6
</head>
7
<body>
8
    <h1>My first PHP page</h1>
9
​
10
    <?php
11
    echo "Hello World!";
12
    ?>
13
​
14
</body>
15
​
16
</html>

© 2023 自学教程   runoops.com All Rights Reserved. 备案号:闽ICP备19010956号-1