使用 Xampp 自动生成的 Div

Posted

技术标签:

【中文标题】使用 Xampp 自动生成的 Div【英文标题】:Div auto generated with Xampp 【发布时间】:2021-11-13 01:10:30 【问题描述】:

我有一个简单的网站,其结构如下body > main > p > 'Hi'。但似乎还有一个额外的 div,id 为 user-css,这是自动生成的。这是什么原因?我正在使用 XAMPP。

<body>
    <main>
        <p>Hi</p>
    </main>

    <div id="user-css"><style>#header-container 
        display: none !important;
    

    .end_space 
        min-height: 500px !important;
    

    #notebook-container 
        border-radius: 7px !important;
    </style></div>
</body>

编辑:这是我的 html

<body>
    <main>
        <p>Hi</p>
    </main>
</body>

【问题讨论】:

【参考方案1】:

它不是自动生成的,你已经放置了 div 检查它

<body>
    <main>
        <p>Hi</p>
    </main>

 <!--here is the div-->   <div id="user-css"><!--here--><style>#header-container 
        display: none !important;
    

    .end_space 
        min-height: 500px !important;
    

    #notebook-container 
        border-radius: 7px !important;
    </style></div>
</body>

在 cmets 之间看到从那里删除它,你很高兴

【讨论】:

感谢您的回复。但我从来没有创建一个 id 为 user-css 的 div。我在 html 中没有与此相关的 div 标签,但有一个。 上面的代码不是你打的吗? 不,之后出现,这很奇怪。我不确定是什么原因造成的。 尝试把head标签放在body标签之前 我什么都没有。这可能是问题吗?

以上是关于使用 Xampp 自动生成的 Div的主要内容,如果未能解决你的问题,请参考以下文章

XAMPP,从 localhost:81 到 localhost 的路径自动重定向

如何在 Windows 中自动启动 XAMPP 和 Laravel 项目

设置xampp开机自动启动

windows启动时如何启动xampp v3.2.1自动启动?

无法通过 XAMPP 生成 SSL 证书

XAMPP 在 Windows 7 启动时自动启动