大写小写 bug..web dev

发布于 2024-10-01 18:14:18 字数 585 浏览 0 评论 0原文

您好,我面临一个奇怪的错误,我正在编写一个标签,例如

<div id="thecontent" dojoType="dojox.layout.ContentPane"></div>

请查看 dojoType 中的“T”,它是大写的。现在我去看我的页面未正确呈现,所以我查看源代码,发现源代码是正确的显示,但是当我检查 firebug 时,我得到这个:-

<div id="thecontent" dojotype="dojox.layout.ContentPane"></div>

请注意,这里 dojotype 中的 t 很小。我继续将整个 dojotype 更改为 UpperCase ,但它仍然呈现为小写。

我还检查过其他浏览器,也是一样的。有人遇到过这样的事情吗。如果是这样请告诉我如何处理这个问题。

我厌倦了这个。

{更新:-请在我刷新时找到附上的wireshark屏幕截图..无法理解任何事情}alt text

Hi I am facing a weird bug, I am writing a tag like

<div id="thecontent" dojoType="dojox.layout.ContentPane"></div>

Please see the "T" in dojoType it is in uppercase.Now I go and see my page not rendered properly, so I view source and I find that the source is correctly shown, but when I check firebug , I get this:-

<div id="thecontent" dojotype="dojox.layout.ContentPane"></div>

Please notice that t in dojotype here it is small. I went ahead and changed the entire dojotype to UpperCase , but it is still rendered as lower case.

I even checked in other browsers, and it is the same. Has someone faced anything like this. If so please tell me how to handle this.

I am tired of this.

{update:-Please find attached a screenshot of wireshark when I do a refresh.. unable to understand a thing}alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

溺深海 2024-10-08 18:14:18

使用 Wireshark 等数据包嗅探器会告诉您这是服务器端问题还是客户端问题。

Using a packet sniffer such as Wireshark will tell you if it's a server-side or client-side problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文