本文介绍了“两者”是什么意思?均值< div样式=“ clear:both”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
<div style="float:left">Hello</div>
<div style="float:right">Howdy dere pardner</div>
<div style="clear:both"></div>
我明白了它的意思,但是为什么都叫
? 两者
平均是什么?
I get what it does, but why the name both
? What does both
mean?
推荐答案
两者都表示一组两件事情中的每个项目。 左和右这两个东西
Both means "every item in a set of two things". The two things being "left" and "right"
这篇关于“两者”是什么意思?均值< div样式=“ clear:both”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!