当元素的子元素没有高度(高度为location ~* /forum/index.php(.*)
{
include /nginx/proxypass.conf;
if ($args) {
proxy_pass http://127.0.0.1:80/forum/index.php?$args;
}
proxy_pass http://127.0.0.1:80/forum/index.php$1;
}
)时,浏览器中的scrollWidth值会有所不同。
我们编写了一个演示,请参阅下面的jsbin
0
<body>
<div id="div1">
<p>Paragraphs</p>
<div style="width: 8800px"></div>
</div>
<div id="div2">
<div style="width: 8800px"></div>
</div>
</body>
div1
值
scrollWidth
div2
值