0

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">
4

1 回答 1

-1

按下ctrl + u并检查源。我认为您忘记删除一些调试或其他内容。

于 2013-10-30T07:27:14.903 回答