【发布时间】:2020-04-04 23:41:16
【问题描述】:
我的标签:
<Label Grid.Column="5" Grid.Row="2" VerticalOptions="Start" Text="{Binding SubTotalForItems}"/>
显示正确的小计,例如 3.44
如何在前端添加 £?
类似 Text="£ + {Binding SubTotalForItems}"
?? 谢谢
【问题讨论】:
标签: c# html xamarin.forms label