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.
我广泛使用 CssResource,现在我生成的 html 充满了 GWXSHFKADAish 类名。我得到了它的所有优点,但是对于调试,添加一个会.selected变成GWXSTY_selected. 有没有办法做到这一点?
.selected
GWXSTY_selected
当你设置
<set-configuration-property name="CssResource.style" value="pretty"/>
在您的 .gwt.xml 文件中,生成的类名将包含原始类名。