解决方法
空白:NOWRAP;应该做的伎俩
#foo { white-space:nowrap; width: 100px; }
<div id="foo"> <input type="button" value="hello"/> <input type="button" value="hello"/> <input type="button" value="hello"/> <input type="button" value="hello"/> <input type="button" value="hello"/> <input type="button" value="hello"/> <input type="button" value="hello"/> </div>