方式一:
<div style="float:left">
</div>
<div style="float:left">
</div>
<div style="float:left">
</div>
方式二:
<div style="float:left">
</div>
<div style="float:right">
<div style="float:left">
</div>
<div style="float:right">
</div>
</div>
以上两种方式,哪种方式更好?
优缺点分别是什么?