Webcourse/09-Ajax/1.php

10 lines
91 B
JavaScript
Raw Normal View History

2018-02-28 15:26:24 +08:00
<!DOCTYPE html>
<html>
<body>
<?php
echo "我的第一段 PHP 脚本";
?>
</body>
</html>