Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 为什么会有';s';这不是一个零长度文件';在<;头>;_Css_Google Chrome_Html Head - Fatal编程技术网

Css 为什么会有';s';这不是一个零长度文件';在<;头>;

Css 为什么会有';s';这不是一个零长度文件';在<;头>;,css,google-chrome,html-head,Css,Google Chrome,Html Head,当我检查网页(甚至stackoverflow)时,我总是看到 <style type="text/css">/* This is not a zero-length file! */</style> <style type="text/css">/* This is not a zero-length file! */</style> /*这不是一个零长度文件*/ /*这不是一个零长度的文件*/ (是,两

当我检查网页(甚至stackoverflow)时,我总是看到

<style type="text/css">/* This is not a zero-length file! */</style>
<style type="text/css">/* This is not a zero-length file! */</style>
/*这不是一个零长度文件*/
/*这不是一个零长度的文件*/
(是,两次)位于
标记的底部

谷歌给出了关于

它是铬的吗?重点是什么

编辑
谢谢其他人的回答。此代码是由Chrome扩展生成的。

请尝试禁用您的扩展,看看它是否仍然存在。如果它消失了,请尝试逐个启用您的扩展,以找到罪魁祸首。

这确实是一个扩展问题。只要禁用导致它的那个(应该不难找到),它就会解决问题。谢谢,它实际上是由Chrome扩展添加的。