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.
我有一个网页的容器布局,其工作方式如下:
<html> #header# <div class="content_container"> #content inserted here# </div> #footer# </html>
如果内容的 adiv未关闭或关闭 adiv而未打开,则content_container的 div 等布局会混乱。
div
content_container
这种情况通常如何避免或解决?
嗨,
根据我在网上找到的内容,您可以使用 DOM loadHTML 函数将片段解析为 HTML 文档,然后将其作为 HTML 再次吐出。这将修复任何 HTML 格式正确的错误。
或者你可以使用 php5 的 Tidy 扩展
http://www.php.net/tidy