简体   繁体   English

谷歌浏览器上奇怪的空白页

[英]strange blank page on google chrome

I've spent a few hours to find out the cause of this blank page: 我花了几个小时来找出空白页的原因:

[page removed for security reasons] [出于安全原因删除了页面]

It's hard to understand why all the source code appears ok but the page is blank... 很难理解为什么所有源代码都可以正常显示,但是页面空白...

Please note that in FF/IE it's working ok... 请注意,在FF / IE中可以正常运行...

Does anybody see the problem? 有人看到问题了吗?

Solved : The problem was the js plugin which loaded the text containing a wrong closed tag for link. 已解决 :问题是js插件加载了包含错误的链接关闭标记的文本。

old: 旧:

<a/>

new:): 新:):

</a>

Yes....i agree...most of the errors come from small things. 是的..我同意...大多数错误来自小事。

in your main div style="display:none;" 在您的主要div style =“ display:none;”中

you should remove it there 你应该去那里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM