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.
我正在使用<f:convertNumber type="currency" currencyCode="EUR" />多次。有没有更多的DRY方法来使用这个具有相同属性的标准转换器?
<f:convertNumber type="currency" currencyCode="EUR" />
DRY