Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含标题的页面,它是一个包含两个子 div 的 div。我想知道在 header div 中是否需要 header.php 并让 header.php 创建两个细分,或者我是否应该在脚本的开头需要 header.php 并让它创建带有两个的 header div细分。
“在脚本的开头需要 header.php 并让它创建带有两个子 div 的标题 div”
这样,您可以更轻松地更改包括该父 div 在内的任何内容。在开始任何 html 输出之前包含头文件通常是一个好习惯。您将来可以用它做几件事......比如编写一些需要发送标头(http标头)的语句,例如启动会话等。