Chrome在my网站上加了一个额外的报价


chrome put an extra quote in myweb site

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

ctrl + u并检查源。我想你忘记删除一些调试或其他东西。