“hasLayout = -1”是什么意思? Buggy Old IE 中的意思是...?

发布于 2024-08-16 19:16:13 字数 62 浏览 5 评论 0原文

当 hasLayout = -1 时,它设置为 true 还是 false...?

谢谢..!

When hasLayout = -1 is it set to true or false....?

Thanks..!

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

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

发布评论

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

评论(1

最美的太阳 2024-08-23 19:16:13

通常 0 表示 false,所有其他值都表示 true。

但是,如果它是 HTML 属性,则可能会以不同的方式进行解析,因为 Microsoft 表示 有效值是 true 或 false

在您的示例中,程序员的意图似乎是指定一个 true 值(通过常规方式),但他们应该使用 true 或 false,否则他们可能会传达错误意义。

Customarily 0 indicates false and all other values are true.

However if it's an HTML attribute it might be parsed differently because Microsoft says valid values are true or false

It appears that in your example, the intention of the programmer was to specify a true value (by customary means) but they should have used true or false, otherwise they might be conveying the wrong meaning.

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