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.
输入:“u_price1”:“€0.00”
我想从变量 u_price1 中删除 "€" 我试过 {{ci.u_price1 | Remove: '€'}}
但没用.. 当我在集成帐户中看到地图时,€ 显示为 �(Unicode 字符){{ci.u_price1 | 删除:'�'}}