【发布时间】:2013-10-30 16:42:57
【问题描述】:
chrome 在我的代码中引用了 我没有 的引用。 当我在 chrome 中按 F12 时,它会显示该代码。
它导致我的网站顶部有一个 空格。 因为当我删除引号时,空间消失并且一切正常。 chrome 像这样显示我的代码:
<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>"
"<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <div class="rsm-header">
我的代码是这样的:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div class="rsm-header">
【问题讨论】:
-
我刚刚在chrome上试过代码;工作正常;没有引号
标签: php html google-chrome