```php
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>This is my first PHP program!</title>
</head>
<body>
<p>
Look!It's my first PHP program:<br>
<?php echo "Hello,world"; ?><br>
How cool is that?
</p>
</body>
</html>
PHP学习笔记——PHP介绍
最新推荐文章于 2026-01-04 20:38:48 发布
1185

被折叠的 条评论
为什么被折叠?



