因此,当我今天在我的本地主机服务器上打开 wordpress 时,屏幕顶部的白线上有一个“?>”,就在 wordpress 工具栏下方,它也显示在我的网站标题上方......(我需要10个代表点发布截图对不起)
是什么原因造成的,我该如何解决?
谢谢你。
更新:这就是我的 header.php 的样子,我在这里找不到任何错误。
<html>
<head>
<title>LoLSearch</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<div id="header">
<div class="header-content"style="width:1100px; margin:0 auto;">
<div id="logo">
<a id="link-logo" href="http://localhost/wordpress/"></a>
</div>
<div id="register">
<a class="link" href="http://localhost/wordpress/register"></a>
</div>
<div id="sep">
</div>
<div id="login">
</div>
<div id="sep2">
</div>
<div id="contact">
<a class="link" href="http://localhost/wordpress/contact"></a>
</div>
</div>
</div>
我网站的页面源看起来相同,但第一行有一个“?>”字符,在 header.php 代码中找不到