最佳答案
我有一个div,宽度为100%。
我想在其中居中一个按钮,我该怎么做呢?
<div style="width:100%; height:100%; border: 1px solid">
<button type="button">hello</button>
</div>