home.php

来自「php源码 php源码参考」· PHP 代码 · 共 11 行

PHP
11
字号
<?php  require('header.inc');?>  <!-- page content -->  <p>Welcome to the home of TLA Consulting.  Please take some time to get to know us.</p>  <p>We specialize in serving your business needs  and hope to hear from you soon.</p><?php  require('footer.inc');?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?