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.
如何text-align在 com.google.gwt.dom.client.Style 对象上设置?
text-align
您可以使用 setProperty (注意属性名称是驼峰式):
style.setProperty("textAlign", "left");