摘要: MAUI中StringFormat的常见用法 货币格式 <TextBlock Text="{Binding Price, StringFormat='{0:C}'}" /> // $123.46 <TextBlock Text="{Binding Price, StringFormat='{0:C1 阅读全文
posted @ 2024-02-03 23:14 38874963 阅读(75) 评论(0) 推荐(0)
摘要: 示例一: public class SpiderService { private static SpiderService instance; public static SpiderService Instance { get { if (instance == null) { instance 阅读全文
posted @ 2023-12-28 18:49 38874963 阅读(33) 评论(0) 推荐(0)