Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
试图在网页中居中 KineticJS 阶段。
试过:
<div style="text-align: center"> <div id="container"></div> </div>
但它集中在舞台的左侧,而不是舞台的中间。我错过了什么?
<div> <div id="container" style="width:600px;border:1px solid gray;margin:auto;height:200px;"></div> </div>
margin:auto 可以对齐这个 div 中心