html <div> 水平滚动条不显示

html <div> horizontal scroll bar would not show

我看到那里有类似的问题,但没有对我有帮助的答案。所以我正在尝试使用水平滚动条。但是,以下代码环绕文本而不是水平滚动。为什么会这样?

<div style="height:120px;width:120px;overflow-x:scroll;overflow-y:scroll;">
As you can see, once there's enough text in this box, the box will grow scroll bars... that's why we call it a scroll box! You could also place an image into the scroll box.
</div>

添加 white-space:nowrap 到 div 标签的样式。