Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/260.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 随机不需要的';1';出现在html中_Php_Html_Twitter Bootstrap_Google Chrome - Fatal编程技术网

Php 随机不需要的';1';出现在html中

Php 随机不需要的';1';出现在html中,php,html,twitter-bootstrap,google-chrome,Php,Html,Twitter Bootstrap,Google Chrome,我在chrome中的html页面中随机获得1。 在论坛上找不到这个问题 这是页面呈现方式的图像: 我的php文件如下所示: <!DOCTYPE html> <html lang="en"> <?= include('head.php') ?> <body> <div id="wrapper"> <?= include('nav.php') ?> <div id="pag

我在chrome中的html页面中随机获得1。
在论坛上找不到这个问题

这是页面呈现方式的图像:

我的php文件如下所示:

<!DOCTYPE html>
<html lang="en">

<?= include('head.php') ?>

<body>
    <div id="wrapper">

        <?= include('nav.php') ?>

        <div id="page-wrapper">

我不知道是什么原因造成的,有人能把我推向正确的方向吗?

从我的评论:


简单:这是
=
的-
简单:这是
=
的-
如果我删除它们,文件将不包括在内,然后更改你的
,我应该将我的评论发布到答案中